13 lines
277 B
TOML
13 lines
277 B
TOML
[clang]
|
|
# the path of builtin headers that clang uses
|
|
resource-dir = "${executable}/../lib/clang/${version}"
|
|
# the commands that will be appended to the command line
|
|
append = []
|
|
# the commands that will be removed from the command line
|
|
remove = []
|
|
|
|
[completion]
|
|
|
|
|
|
[inlay-hint]
|