Browse Source

Reorder editorconfig

Joseph Weigl 8 years ago
parent
commit
c6f7d34c55
1 changed files with 6 additions and 6 deletions
  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