If:
PathMatch: [.*\.hpp, .*\.cpp]
CompileFlags:
Add:
- "-std=c++23"
Compiler: clang++
---
PathMatch: [.*\.h, .*\.c]
- "-std=c17"
Compiler: clang