goparsify/.editorconfig
2017-08-06 14:31:35 +10:00

9 lines
139 B
INI

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4