re-add .editorconfig

This commit is contained in:
Sean Buckley 2024-11-26 04:41:13 -05:00
parent ee74f0df9d
commit a20adb6817

10
.editorconfig Normal file
View file

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