hcl/printer/testdata/comment_aligned.input

15 lines
262 B
Plaintext
Raw Normal View History

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"
}
}