nix/.editorconfig

20 lines
255 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
[Makefile]
indent_size = 2
[*.{nix,js}]
indent_size = 2
[*.lua]
indent_size = 4
[*.{sh,md}]
indent_size = 8