webnsupdate/.editorconfig
Jalil David Salamé Messina 69fde96f67
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 6s
/ report-size (push) Successful in 1s
refactor: setup renovate to manage dependencies
This should make it easier to keep the repo up to date.
2024-12-28 10:08:11 +01:00

14 lines
181 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{nix,toml,json}]
indent_style = space
indent_size = 2
[*.rs]
indent_style = space
indent_size = 4