only:*.java indent_size 4
This commit is contained in:
parent
c6e35563ee
commit
7ceac3458c
|
@ -11,3 +11,7 @@ trim_trailing_whitespace = true
|
|||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# 4 space indentation
|
||||
[*.java]
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in New Issue