Add json indents.toml file (#1055)
* add glsl language support * glsl: use indents.toml file * add json indents.toml
This commit is contained in:
parent
efc2b4c77b
commit
e0540fbcc4
1 changed files with 9 additions and 0 deletions
9
runtime/queries/json/indents.toml
Normal file
9
runtime/queries/json/indents.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
indent = [
|
||||
"object",
|
||||
"array"
|
||||
]
|
||||
|
||||
outdent = [
|
||||
"]",
|
||||
"}"
|
||||
]
|
Loading…
Add table
Reference in a new issue