nix/.editorconfig

14 lines
214 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
insert_final_newline = true
trim_trailing_whitespace = true
2024-03-08 22:06:09 +03:00
[*.nix]
indent_style = space
indent_size = 2
2024-03-11 04:03:44 +03:00
[*.md]
trim_trailing_whitespace = false