This commit is contained in:
Johnny Lim 2019-03-22 10:40:05 +09:00 committed by Josh Cummings
parent 3617fd257e
commit 8dd2864dea
1 changed files with 1 additions and 7 deletions

View File

@ -9,13 +9,7 @@ trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
max_line_length = 120 max_line_length = 120
[*.java] [*.{java,xml}]
indent_style = tab
indent_size = 4
charset = latin1
continuation_indent_size = 8
[*.xml]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
charset = latin1 charset = latin1