Files
zero/.editorconfig
Ad van der Veer ce08a6ddf8 wrote readme
2015-12-25 09:33:28 +01:00

18 lines
294 B
INI

root = true
[*.{go}]
indent_style = tabs
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{Makefile}]
indent_style = tabs
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true