mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Adding an .editorconfig file to avoid markdown file to not have a final newline. (#551)
Also blanks at the end of a line should be removed.
This commit is contained in:
parent
1f9a58308d
commit
10ac00d5ef
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
Loading…
x
Reference in New Issue
Block a user