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 @@
## [*.rb,*.erb]
# Ruby
[*.rb, *.erb]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
## [*.js,*.ts,*.tsx]
# TypeScript, JavaScript
[{*.js,*.ts,*.tsx}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
##
# SCSS
[*.scss] [*.scss]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2