spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/terraform/indent-in-multiline-tuples.tf

7 lines
35 B
Terraform
Raw Normal View History

2024-08-21 14:17:26 +08:00
test {
x = [
1,
2,
]
}