aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/json/indents.toml
blob: 64a8d1757f09a3fc5a37ed429b94a0ba67d467b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
indent = [
  "object",
  "array"
]

outdent = [
  "]",
  "}"
]