feat(editorconfig): add an editorconfig

This commit is contained in:
Artur Manuel 2025-01-28 12:46:15 +00:00
commit 05bc137e03
6 changed files with 838 additions and 119 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
[*.nix]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[*.scss]
indent_style = space
indent_size = 4
[*.css]
indent_style = space
indent_size = 4