al-quran.reflectslight.io/.editorconfig

18 lines
197 B
INI
Raw Normal View History

2023-02-21 00:53:42 +01:00
##
# 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