Skip to content
Permalink
Browse files
Merge pull request #8354 from JosJuice/editorconfig-java-spaces
.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.
@@ -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

0 comments on commit 828dc0f

Please sign in to comment.