aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/hclfmt/in.hcl
blob: 2b77020429c7ca9a82de3db328b5ffbd5c8b0540 (plain)
1
2
3
4
5
6
7
8
9
block {
    whatever = 1
  format = "iam in"
}

vars = {
equals = "needs"
  aligned    = "properly"
}