Files
forklang/.clangd
T
CHatingPython 4a58e97812 Add git hooks
Signed-off-by: CHatingPython <chatingpython@gmail.com>
2026-05-31 19:16:50 +02:00

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