Johnny Lim 6 年之前
父節點
當前提交
8dd2864dea
共有 1 個文件被更改,包括 1 次插入7 次删除
  1. 1 7
      .editorconfig

+ 1 - 7
.editorconfig

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