chore: configure clangd lsp+formatting

This commit is contained in:
2025-02-01 10:22:33 +01:00
parent b7ec69306f
commit 4f129a157e
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
CompileFlags:
Compiler: gcc
Add: [
-Wall,
-Wextra,
-pedantic,
-Llib,
-lpthread,
-Iinclude,
-lSDL3,
]