nvim-treesitter/tests/indent/hcl/no-indent-after-brace.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

4 lines
55 B
HCL

# Issue #2590
locals {
titles = ["test0", "test1"]
}