Update .editorconfig
This commit is contained in:
parent
90f4e55eb4
commit
b783cd2d3e
1 changed files with 2 additions and 8 deletions
|
@ -1,17 +1,11 @@
|
|||
##
|
||||
# Ruby
|
||||
[*.rb, *.erb]
|
||||
[*.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
|
||||
|
|
Loading…
Reference in a new issue