15 lines
181 B
INI
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
|