nix-flake-outputs-size/.editorconfig
Jalil David Salamé Messina 73142cfab8
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 2s
/ report-size (push) Successful in 2s
feat: add nix for formatting
Also adds CI tests!
2025-03-10 23:22:13 +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