summaryrefslogtreecommitdiff
path: root/languages.toml
blob: 4eddfe6f8f5c4840d981100481f89c2986f0b1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
[[language]]
name = "c"
indent = { unit = "    ", tab-width = 4 }

[[language]]
name = "cpp"
indent = { unit = "    ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]

[language-server.clangd]
args = ["-header-insertion=never"]