Update .editorconfig
This commit is contained in:
parent
1b1d72246f
commit
8f409c4d68
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ root = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.rb,*.erb]
|
[*.rb, *.erb]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.js,*.ts,*.tsx]
|
[*.js, *.ts, *.tsx]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue