al-quran.reflectslight.io/.editorconfig

18 lines
213 B
INI
Raw Normal View History

2024-10-07 05:03:21 +02:00
root = true
[*.html]
indent_style = space
indent_size = 2
2024-05-26 21:54:30 +02:00
[*.rb,*.erb]
2023-02-21 00:53:42 +01:00
indent_style = space
indent_size = 2
2024-05-26 21:54:30 +02:00
[*.js,*.ts,*.tsx]
2023-02-21 00:53:42 +01:00
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2