al-quran.reflectslight.io/.editorconfig
2024-10-13 03:42:36 -03:00

17 lines
216 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