hcl/printer/testdata/comment_aligned.input
2015-10-30 21:49:10 +03:00

17 lines
297 B
Plaintext

aligned {
# We have some aligned items below
foo = "bar" # yoo1
default = "bar" # yoo2
bar = "bar" # yoo3
default = {
bar = "example"
}
#deneme arslan
fatih = ["fatih"] # yoo4
#fatih arslan
fatiharslan = ["arslan"] // yoo5
default = {
bar = "example"
}
}