goparsify/.editorconfig

9 lines
139 B
INI
Raw Normal View History

2017-08-06 06:31:35 +02:00
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4