aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/protobuf/indents.toml
blob: e655f8db6463215f74373d93df69a7c2da7766d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
indent = [
  "messageBody",
  "enumBody",
  "oneofBody",
  "serviceBody",
  "rpcBody",
  "msgLit",
]

outdent = [
  "}",
]