Update .clangd

This commit is contained in:
Edoardo Lolletti 2025-08-12 20:42:07 +02:00
parent 770ffeb018
commit 6a3289b444

View File

@ -1,2 +1,8 @@
If:
PathMatch: [.*\.cpp, .*\.h]
CompileFlags:
Add: [-std=gnu++23]
Add: [-std=gnu++23]
If:
PathMatch: [.*\.c]
CompileFlags:
Add: [-std=c23]