EditorConfig file

This commit is contained in:
吴育民
2018-01-25 04:46:23 +08:00
parent 4ab3a429e6
commit 5aa2ca689f

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
# http://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false