helix-mods/runtime/queries/json/indents.toml
Mateusz S. Szczygieł e0540fbcc4
Add json indents.toml file (#1055)
* add glsl language support

* glsl: use indents.toml file

* add json indents.toml
2021-11-11 01:01:19 +09:00

10 lines
63 B
TOML

indent = [
"object",
"array"
]
outdent = [
"]",
"}"
]