forked from KPGPMC/furlang
25 lines
392 B
YAML
Executable File
25 lines
392 B
YAML
Executable File
CompileFlags:
|
|
Add: [-std=c11, -Wall, -Werror, -Wpedantic]
|
|
|
|
InlayHints:
|
|
BlockEnd: true
|
|
Designators: false
|
|
Enabled: true
|
|
ParameterNames: true
|
|
DeducedTypes: true
|
|
TypeNameLimit: 24
|
|
|
|
Completion:
|
|
HeaderInsertion: IWYU
|
|
|
|
Hover:
|
|
ShowAKA: true
|
|
|
|
If:
|
|
PathMatch: (./.*\.c|./.*\.h)
|
|
Diagnostics:
|
|
UnusedIncludes: Strict
|
|
MissingIncludes: Strict
|
|
|
|
Documentation:
|
|
CommentFormat: Doxygen |