configuration.nix/.editorconfig
Jalil David Salamé Messina 0f01fee5c8
feat(renovate): enable
This will ensure our dependencies are kept up to date c:
2024-12-28 12:44:41 +01:00

8 lines
122 B
INI

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