al-quran.reflectslight.io/.editorconfig
2024-10-07 00:03:21 -03:00

17 lines
213 B
INI

root = true
[*.html]
indent_style = space
indent_size = 2
[*.rb,*.erb]
indent_style = space
indent_size = 2
[*.js,*.ts,*.tsx]
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2