chore: standardize editorconfig

This commit is contained in:
Miralem Drek
2019-03-01 15:42:01 +01:00
parent b67c004364
commit 1626b3a8aa

View File

@@ -1,14 +1,15 @@
# EditorConfig is awesome: http://EditorConfig.org
# http://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 2 space indentation
[*.*]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false