nix-config/editorconfig/.editorconfig

16 lines
296 B
INI
Raw Normal View History

2017-12-23 05:22:00 +01:00
root = true
# Use 2 spaces for indentation by default
2017-12-23 05:22:00 +01:00
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
2018-01-21 05:49:22 +01:00
indent_style = space
trim_trailing_whitespace = true
# Use tab indentation (with size 4) for the following files
2018-01-21 05:49:22 +01:00
[Makefile]
indent_style = tab
indent_size = 4