hcl/printer/testdata/comment_aligned.golden
2015-10-28 01:07:37 +03:00

16 lines
295 B
Plaintext

aligned = {
a = "bar" # yoo1
default = "bar" # yoo2
bar = "bar" # yoo3
fatih = ["fatih", "arslan"] // yoo4
deneme = {
bar = "fatih"
}
bar = "bar" # yoo3
fatih = ["fatih", "arslan"] // yoo4
deneme = {
bar = "fatih"
}
}