1
0
Fork 0
tsgames/.clangd

13 lines
121 B
Plaintext

If:
PathMatch: .*\.cpp
CompileFlags:
Add: [-std=c++23]
---
If:
PathMatch: .*\.c
CompileFlags:
Add: [-std=c23]