Add .editorconfig

This commit is contained in:
Sofía Aritz 2023-11-04 23:50:26 +00:00
parent 542b6738fc
commit a28f3a5d4d

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
indent_style = tab
[*.json]
tab_width = 4
[*.{styl,css}]
tab_width = 2