parent
42d803e411
commit
cc1791c836
1 changed files with 17 additions and 0 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
##
|
||||
# Ruby
|
||||
[*.rb]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
##
|
||||
# TypeScript, JavaScript
|
||||
[{*.js,*.ts,*.tsx}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
##
|
||||
# SCSS
|
||||
[*.scss]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in a new issue