Editorconfig: configure indent_size for nix files

This commit is contained in:
Firelight Flagboy 2025-02-04 20:58:31 +01:00 committed by Matt Sturgeon
parent 11a80c1a80
commit 7f2601adc1
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,3 +1,6 @@
[*.sh]
indent_style = space
indent_size = 2
[*.nix]
indent_size = 2