nix-config/.editorconfig

16 lines
202 B
INI
Raw Normal View History

2017-12-23 05:22:00 +01:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
2018-01-21 05:49:22 +01:00
indent_style = space
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
2017-12-23 05:22:00 +01:00
[*.cr]
indent_size = 2