mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
90ccee11df
We switched from tabs to spaces for Java code a year ago (PR 7364).
27 lines
400 B
INI
27 lines
400 B
INI
root = true
|
|
|
|
[*]
|
|
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
|