spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/terraform/multiple-blocks.tf

7 lines
42 B
Terraform
Raw Normal View History

2024-08-21 14:17:26 +08:00
test {
x = "foo"
}
test {
y = "bar"
}