al-quran.reflectslight.io/.editorconfig

18 lines
204 B
INI
Raw Normal View History

2023-02-21 00:53:42 +01:00
##
# Ruby
2023-03-17 04:16:43 +01:00
[*.rb, *.erb]
2023-02-21 00:53:42 +01:00
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