docs/.editorconfig
2022-11-23 13:04:11 -08:00

15 lines
181 B
INI

root = true
[*]
indent_size = 4
indent_style = tab
[*.{js,ts,css,html}]
indent_size = 4
indent_style = tab
[*.{md,json,jsonc,yml,yaml,sql}]
indent_size = 2
indent_style = space