Fix .editorconfig to append trailing newline

This commit is contained in:
Sergey Mashkov
2018-10-09 13:51:48 +03:00
parent e22d6a32d7
commit 435365e13c

View File

@@ -1,10 +1,9 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
insert_final_newline=true
indent_style=space
indent_size=4
[{*.json}]
indent_style=space
[*.json]
indent_size=2