Update .editorconfig

This commit is contained in:
0x1eef 2024-10-13 03:42:36 -03:00
parent 1b1d72246f
commit 8f409c4d68

View file

@ -4,11 +4,11 @@ root = true
indent_style = space
indent_size = 2
[*.rb,*.erb]
[*.rb, *.erb]
indent_style = space
indent_size = 2
[*.js,*.ts,*.tsx]
[*.js, *.ts, *.tsx]
indent_style = space
indent_size = 2