nix-flake-outputs-size/.editorconfig
Jalil David Salamé Messina 01fae63422
Some checks failed
/ check (treefmt) (push) Successful in 5s
/ check-renovaterc (push) Successful in 2s
/ report-size (push) Failing after 0s
feat: add nix for formatting
Also adds CI tests!
2025-03-10 23:20:33 +01:00

8 lines
125 B
INI

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