Adjust .editorconfig (#1863)

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