dfh
26dbc30f4c
If prettier is called via treefmt-nix it does not source .editorconfig files per default, hence the integration is enabled explicitly.
18 lines
234 B
INI
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
|
|
|