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

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