editorconfig: initial add

This commit is contained in:
Alibek Omarov 2019-06-11 03:07:02 +03:00
parent 8d2bea03e0
commit b535c24edb
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = latin1
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true