Add .editorconfig

This commit is contained in:
0x1eef 2024-10-26 01:16:26 -03:00
parent beb9c3a8ca
commit b18746c413

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*.rb]
indent_style = space
indent_size = 2
[*.tsx, *.ts]
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2
[*.yml, *.yaml]
indent_style = space
indent_size = 2