; Add .clangd configuration file

This commit is contained in:
Gerd Möllmann 2023-08-28 16:39:01 +02:00
parent 123060841d
commit 4986c2a088

5
.clangd Normal file
View file

@ -0,0 +1,5 @@
---
If:
PathMatch: "src/.*\.c"
CompileFlags:
Add: [-Wno-unused-macros, -include=config.h]