Quran.js/.editorconfig

18 lines
216 B
INI
Raw Normal View History

2024-10-22 07:02:04 +02:00
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