Add .clangd config for the clangd language server

PROTOCOL_VERSION is set to 1013 by default because that treats the
largest amount of code as active and subject to parsing and
verification.
This commit is contained in:
2026-04-28 02:48:37 +02:00
parent 04ebd46769
commit b2aa43b467

2
.clangd Normal file
View File

@@ -0,0 +1,2 @@
CompileFlags:
Add: [-Wall, -Wno-unknown-pragmas, -std=c++17, -DPROTOCOL_VERSION=1013, -DGIT_VERSION="", -I./src, -I./vendor]