update editorconfig

This commit is contained in:
Sean Buckley 2024-07-29 03:01:12 -04:00
parent 1a8115dd29
commit c9af9f0521

View file

@ -1,10 +1,10 @@
[*]
indent_style = tab
[*.{nix,yaml}]
indent_style = space
indent_size = 2
[*.py]
[*.{py,sh}]
indent_style = space
indent_size = 4
[*.{json,lua}]
indent_style = tab