nvim-treesitter/tests/indent/hcl/indent-in-multiline-objects.tf
Michael Hoffmann b1e8b61a94 indents(hcl): fix indentation queries
This commit adds tests for hcl indentation and fixes various bugs
2022-04-24 18:57:30 +02:00

6 lines
49 B
HCL

test {
x = {
1: "foo",
2: "bar",
}
}