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