hcl/printer/testdata/comment_standalone.golden

17 lines
193 B
Plaintext
Raw Normal View History

// A standalone comment
aligned = {
# Standalone 1
a = "bar" # yoo1
default = "bar" # yoo2
# Standalone 2
}
# Standalone 3
numbers = [1, 2] // another line here
# Standalone 4