forked from KPGPMC/furlang
4a58e97812
Signed-off-by: CHatingPython <chatingpython@gmail.com>
25 lines
398 B
YAML
Executable File
25 lines
398 B
YAML
Executable File
CompileFlags:
|
|
Add: [-std=c++17, -Wall, -Werror, -Wpedantic]
|
|
|
|
InlayHints:
|
|
BlockEnd: true
|
|
Designators: false
|
|
Enabled: true
|
|
ParameterNames: true
|
|
DeducedTypes: true
|
|
TypeNameLimit: 24
|
|
|
|
Completion:
|
|
HeaderInsertion: IWYU
|
|
|
|
Hover:
|
|
ShowAKA: true
|
|
|
|
If:
|
|
PathMatch: (./.*\.cpp|./.*\.hpp)
|
|
Diagnostics:
|
|
UnusedIncludes: Strict
|
|
MissingIncludes: Strict
|
|
|
|
Documentation:
|
|
CommentFormat: Doxygen |