Files
gorose/.editorconfig
2018-01-25 04:46:23 +08:00

19 lines
258 B
INI

# 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