Selaa lähdekoodia

java使用空格.

聂秋荣 7 vuotta sitten
vanhempi
commit
4e5d4ec435
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      .editorconfig

+ 7 - 1
.editorconfig

@@ -1,6 +1,12 @@
 root = true
 root = true
-[*]
+[*.{gradle,vm,xml}]
 charset = utf-8
 charset = utf-8
 indent_style = tab
 indent_style = tab
 trim_trailing_whitespace = true
 trim_trailing_whitespace = true
 insert_final_newline = true
 insert_final_newline = true
+[*.java]
+charset = utf-8
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true