.editorconfig

This commit is contained in:
Artem Vasilev 2021-12-14 15:45:35 +03:00
parent a8b5f71869
commit 42bf84c0e3

14
.editorconfig Executable file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
end_of_line = lf
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false