mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #8354 from JosJuice/editorconfig-java-spaces
.editorconfig: Use spaces for Java code
This commit is contained in:
commit
828dc0f204
@ -4,7 +4,7 @@ root = true
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{c,cpp,h}]
|
||||
[*.{c,cpp,h,java}]
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
@ -20,10 +20,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user