hcl/hclwrite
Martin Atkins 81d2277300 hclwrite: Format shouldn't introduce spaces before index brackets
This is another heuristic because the "[" syntax is also the tuple
constructor start marker, but this takes care of the common cases of
indexing keywords and bracketed expressions.

This fixes #29.
2018-05-23 16:56:29 -07:00
..
ast_test.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
ast.go hclwrite: update remaining stale references to "zcl" 2018-01-27 11:03:05 -08:00
doc.go Update doc comments and readmes for zcl -> HCL. 2017-09-11 16:56:31 -07:00
format_test.go hclwrite: Format shouldn't introduce spaces before index brackets 2018-05-23 16:56:29 -07:00
format.go hclwrite: Format shouldn't introduce spaces before index brackets 2018-05-23 16:56:29 -07:00
native_node_sorter.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
parser_test.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
parser.go update zclsyntax to hclsyntax in various comments and strings 2018-01-23 21:54:38 -08:00
public.go hclwrite: update remaining stale references to "zcl" 2018-01-27 11:03:05 -08:00
round_trip_test.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
tokens.go hclwrite: update remaining stale references to "zcl" 2018-01-27 11:03:05 -08:00