dfh
6439ca00d5
Some checks reported errors
Aligned with the global recommendations from https://wiki.auxolotl.org/en/contributing/formatting/editorconfig
18 lines
290 B
INI
18 lines
290 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
|
|
insert_final_newline = false
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false |