Files
jabba/.editorconfig
2016-03-23 22:04:15 -07:00

19 lines
241 B
INI

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