Skip to content

Commit

Permalink
Add json indents.toml file (#1055)
Browse files Browse the repository at this point in the history
* add glsl language support

* glsl: use indents.toml file

* add json indents.toml
  • Loading branch information
Mateusz S. Szczygieł authored Nov 10, 2021
1 parent efc2b4c commit e0540fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runtime/queries/json/indents.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
indent = [
"object",
"array"
]

outdent = [
"]",
"}"
]

0 comments on commit e0540fb

Please sign in to comment.