# Project clangd configuration.
# Worker thread count (-j=1) is a clangd CLI flag; see .vscode/settings.json.

CompileFlags:
	CompilationDatabase: build-agent

---
If:
	PathMatch: (build/.*|b/.*|build-[^/]+/.*|b-[^/]+/.*)
Index:
	Background: Skip
