al-quran.reflectslight.io/.editorconfig
2023-03-17 00:16:43 -03:00

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