hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
373 stars 66 forks source link

Format introduces space before index bracket #29

Closed apparentlymart closed 6 years ago

apparentlymart commented 6 years ago

The whitespace rules in hclwrite.Format are not getting index brackets right:

aws_instance.foo.*.ip [count.index]

Idiomatic style is for the bracket to immediately follow what it is indexing, with no intervening space.