1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-07-08 20:25:52 +00:00

.editorconfig: Use spaces for Java code

We switched from tabs to spaces for Java code a year ago (PR 7364).
This commit is contained in:
JosJuice 2019-09-07 16:34:25 +02:00
parent a9745400ec
commit 90ccee11df

View File

@ -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