Files
tsl-devkit/lsp-server/.clangd
T
2025-11-11 18:58:21 +08:00

17 lines
191 B
YAML

If:
PathMatch: [.*\.hpp, .*\.cpp]
CompileFlags:
Add:
- "-std=c++23"
Compiler: clang++
---
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add:
- "-std=c17"
Compiler: clang