add .editorconfig
This commit is contained in:
parent
f154639c18
commit
c8d6de7977
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
Loading…
Reference in New Issue