merge impl-v2: .editorconfig

This commit is contained in:
Lucien Greathouse
2018-06-10 22:50:37 -07:00
parent fb7bfa928a
commit 7d7f671920

View File

@@ -3,13 +3,16 @@ root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = false
trim_trailing_whitespace = true
[*.json]
[*.{json,js,css}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
[*.{md,rs}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.lua]
indent_style = tab