InlayHints:
  Enabled: No
  ParameterNames: Yes
  DeducedTypes: No
---
CompileFlags:    
    Add: 
        - -Wall
        - -Wno-unused-function
        - -Wno-unused-variable
---
If:
    PathMatch: [.*\.c, .*\.h]
CompileFlags:
    Add: [-std=c11]
---
If:
    PathMatch: [.*\.cpp, .*\.hpp]
CompileFlags:
    Add: [-std=c++20]