configuration.nix/.editorconfig

9 lines
115 B
INI

[*]
end_of_line = lf
charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true