Adjust .editorconfig (#1863)

Fixes #1862.
Taken from 15c4d46.
This commit is contained in:
Martin Kröning
2019-08-09 10:04:10 -07:00
committed by Colby Klein
parent 48277254bd
commit a110070c07
+6 -2
View File
@@ -3,12 +3,16 @@ root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 8 indent_size = 4
end_of_line = crlf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.cmake]
indent_size = 2
indent_style = space
[*.txt] [*.txt]
indent_style = space indent_style = space