Browse Source

Reorder editorconfig

Joseph Weigl 8 năm trước cách đây
mục cha
commit
c6f7d34c55
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      .editorconfig

+ 6 - 6
.editorconfig

@@ -1,16 +1,16 @@
 # http://editorconfig.org
 root = true
 
-[*.go]
-indent_style = tab
-indent_size = 4
+[*]
+indent_style = space
+indent_size = 2
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-[*]
-indent_style = space
-indent_size = 2
+[*.go]
+indent_style = tab
+indent_size = 4
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true