hcl/hclwrite
Martin Atkins dac4796ca1 hclwrite: Formatter to put spaces before colons
The symmetrical spaces around colons in conditionals are important for
familiarity with C-like languages, so we'll instead accept spaces around
colons in our HCL2-unique "for expression" construct.
2018-12-14 15:53:02 -08:00
..
ast_attribute.go hclwrite: Split Attribute and Block into their own source files 2018-11-03 09:21:43 -07:00
ast_block.go hclwrite: Support for creating new blocks and clearing bodies 2018-11-04 01:13:13 +00:00
ast_body_test.go hclwrite: Implement Body.SetAttributeTraversal 2018-11-04 02:09:35 +00:00
ast_body.go hclwrite: Expression.RenameVariablePrefix 2018-11-04 04:17:03 +00:00
ast_expression.go hclwrite: Expression.RenameVariablePrefix 2018-11-04 04:17:03 +00:00
ast_test.go hclwrite: Simplify internal data structures 2018-08-01 08:46:31 -07:00
ast.go hclwrite: NewEmptyFile function 2018-11-03 20:45:25 +00:00
doc.go hclwrite: Split Attribute and Block into their own source files 2018-11-03 09:21:43 -07:00
examples_test.go hcl/hclsyntax: Accept single-line block definitions 2018-12-14 13:45:03 -08:00
format_test.go hclwrite: Formatter to put spaces before colons 2018-12-14 15:53:02 -08:00
format.go hclwrite: Formatter to put spaces before colons 2018-12-14 15:53:02 -08:00
generate_test.go hcl/hclsyntax: Accept single-line block definitions 2018-12-14 13:45:03 -08:00
generate.go hclwrite: Implement Body.SetAttributeTraversal 2018-11-04 02:09:35 +00: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
node.go hclwrite: Support for creating new blocks and clearing bodies 2018-11-04 01:13:13 +00:00
parser_test.go hclwrite: Simplify internal data structures 2018-08-01 08:46:31 -07:00
parser.go hclwrite: Expression.RenameVariablePrefix 2018-11-04 04:17:03 +00:00
public.go hclwrite: Adjust token spacing automatically when writing 2018-08-25 12:15:40 -07:00
round_trip_test.go hclwrite: Make File and Tokens implement io.WriterTo 2018-11-03 20:19:56 +00:00
tokens.go hclwrite: add space between "in" keyword and expr in for expression 2018-12-14 14:19:04 -08:00