17 lines
204 B
INI
17 lines
204 B
INI
##
|
|
# Ruby
|
|
[*.rb, *.erb]
|
|
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
|