ソースを参照

Dolibarr uses tab indents

Raphaël Doursenaud 10 年 前
コミット
81a14b5bfd
1 ファイル変更4 行追加8 行削除
  1. 4 8
      .editorconfig

+ 4 - 8
.editorconfig

@@ -8,14 +8,10 @@ charset = utf-8
 end_of_line = lf
 insert_final_newline = true
 [*.php]
-indent_style = space
-indent_size = 4
+indent_style = tab
 [*.js]
-indent_style = space
-indent_size = 2
+indent_style = tab
 [*.css]
-indent_style = space
-indent_size = 2
+indent_style = tab
 [*.xml]
-indent_style = space
-indent_size = 4
+indent_style = tab