vrc-get/.editorconfig
2024-07-14 14:17:55 +09:00

11 lines
182 B
INI

[{*.tsx,*.ts,*.js,*.json,*.jsonc}]
indent_size = 2
indent_style = tab
[vrc-get-gui/lib/bindings.ts]
indent_size = 4
indent_style = space
[*.css]
indent_size = 4
indent_style = tab