Skip to content

Commit

Permalink
Merge pull request #8354 from JosJuice/editorconfig-java-spaces
Browse files Browse the repository at this point in the history
.editorconfig: Use spaces for Java code
  • Loading branch information
lioncash committed Sep 7, 2019
2 parents 40fc25b + 90ccee1 commit 828dc0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 828dc0f

Please sign in to comment.