mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 12:33:45 -05:00
c484276574
Enforce UTF-8 now that VS handles it sanely
28 lines
416 B
INI
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
|