fix: .editorconfig syntax for nix files

This commit is contained in:
doprz
2025-12-17 13:50:47 -06:00
parent d12c8bd7b7
commit b406d4dd24

View File

@@ -8,5 +8,5 @@ trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.nix,*.{yaml,yml}]
[*.{nix,yaml,yml}]
indent_size = 2