Johnny Lim 6 năm trước cách đây
mục cha
commit
8dd2864dea
1 tập tin đã thay đổi với 1 bổ sung7 xóa
  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