Add clang lsp configuration

This commit is contained in:
Jan Eitzinger
2023-02-05 08:07:41 +01:00
parent f4e518ed76
commit 730c587158
3 changed files with 193 additions and 0 deletions

3
.clangd Normal file
View File

@@ -0,0 +1,3 @@
CompileFlags: # Tweak the parse settings
Add: [-I/usr/local/include] # treat all files as C++, enable more warnings
Compiler: clang