utils/.editorconfig
2023-05-06 20:24:01 -07: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