al-quran.reflectslight.io/.editorconfig

18 lines
216 B
INI
Raw Normal View History

2024-10-07 05:03:21 +02:00
root = true
[*.html]
indent_style = space
indent_size = 2
2024-10-13 08:42:36 +02:00
[*.rb, *.erb]
2023-02-21 00:53:42 +01:00
indent_style = space
indent_size = 2
2024-10-13 08:42:36 +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