Update .editorconfig

This commit is contained in:
0x1eef 2024-05-26 16:54:30 -03:00
parent 90f4e55eb4
commit b783cd2d3e

View file

@ -1,17 +1,11 @@
##
# Ruby
[*.rb,*.erb]
indent_style = space
indent_size = 2
##
# TypeScript, JavaScript
[{*.js,*.ts,*.tsx}]
[*.js,*.ts,*.tsx]
indent_style = space
indent_size = 2
##
# SCSS
[*.scss]
indent_style = space
indent_size = 2