nix-gscheits/.editorconfig
2021-07-18 13:55:11 +02:00

16 lines
220 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{json,md,nix,py,sh}]
indent_style = space
[*.{json,md,nix}]
indent_size = 2
[*.{py,sh}]
indent_size = 2