wiki/.editorconfig
dfh 26dbc30f4c feat: Add editorconfig
If prettier is called via treefmt-nix it does not source .editorconfig files
per default, hence the integration is enabled explicitly.
2024-08-02 23:04:40 +00:00

18 lines
234 B
INI

root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = tabs
[*.nix]
indent_size = 2
indent_style = space
[*.md]
indent_size = 2
trim_trailing_whitespace = false