mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-26 07:14:29 +01:00
fa1f853c2b
Follow up to #5541. Fixed in 15.3: https://developercommunity.visualstudio.com/solutions/93089/view.html
32 lines
468 B
INI
32 lines
468 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c,cpp,h}]
|
|
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
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
|
|
[*.xml]
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|