20 lines
327 B
Plaintext
20 lines
327 B
Plaintext
InlayHints:
|
|
Enabled: Yes
|
|
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] |