al-quran.reflectslight.io/.editorconfig
2023-02-20 20:56:37 -03:00

17 lines
197 B
INI

##
# 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