aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/hcl/indents.toml
blob: b0d4a3f0d877f80af4df19ed238a6b02c1a821a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
indent = [
  "object",
  "block",
  "tuple",
  "for_tuple_expr",
  "for_object_expr"
]

outdent = [
  "object_end",
  "block_end",
  "tuple_end"
]