nix-config/.editorconfig
2018-01-20 23:49:22 -05:00

16 lines
202 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.cr]
indent_size = 2