nix/.editorconfig

24 lines
307 B
INI
Raw Normal View History

[*]
2024-03-08 22:06:09 +03:00
end_of_line = lf
charset = utf-8
indent_style = tab
2024-03-08 22:06:09 +03:00
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
2024-03-08 22:06:09 +03:00
[*.{nix,js}]
indent_size = 2
[*.lua]
indent_size = 4
2024-03-11 04:03:44 +03:00
[*.sh]
indent_size = 8
[Makefile]
indent_size = 2
[*.md]
2024-03-08 22:06:09 +03:00
indent_size = 8
2024-03-11 04:03:44 +03:00
trim_trailing_whitespace = false