dolphin/.editorconfig
JosJuice c484276574
Merge pull request #6152 from bb010g/patch-1
Enforce UTF-8 now that VS handles it sanely
2020-01-08 15:52:26 +01:00

28 lines
416 B
INI

root = true
[*]
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
[*.{c,cpp,h,java}]
indent_style = space
insert_final_newline = true
max_line_length = 100
[{CMakeLists.txt,*.cmake}]
indent_style = tab
[.editorconfig]
insert_final_newline = true
[*.gradle]
indent_size = 4
indent_style = space
insert_final_newline = false
[*.xml]
indent_size = 4
indent_style = space
insert_final_newline = true