Treat .clangd and .clang-format as YAML (#12032)

pull/11948/merge
blt-r 1 day ago committed by GitHub
parent eeb5b7bbdd
commit 8ed8d52e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1323,7 +1323,7 @@ source = { git = "https://github.com/ikatyang/tree-sitter-vue", rev = "91fe27547
[[language]]
name = "yaml"
scope = "source.yaml"
file-types = ["yml", "yaml", { glob = ".prettierrc" }]
file-types = ["yml", "yaml", { glob = ".prettierrc" }, { glob = ".clangd" }, { glob = ".clang-format" }]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-servers = [ "yaml-language-server", "ansible-language-server" ]

Loading…
Cancel
Save