Add .editorconfig
This commit is contained in:
parent
beb9c3a8ca
commit
b18746c413
1 changed files with 17 additions and 0 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
root = true
|
||||
|
||||
[*.rb]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.tsx, *.ts]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.scss]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.yml, *.yaml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in a new issue