This repository has been archived on 2024-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
HomdEngine/.clangd

24 lines
481 B
Plaintext

Diagnostics:
ClangTidy:
Add: [modernize*, bugprone*, performance*, readability*]
Remove:
[
modernize-use-trailing-return-type,
modernize-avoid-c-arrays,
readability-magic-numbers,
readability-implicit-bool-conversion,
readability-identifier-length,
bugprone-easily-swappable-parameters,
]
InlayHints:
Enabled: Yes
ParameterNames: Yes
DeducedTypes: Yes
Hover:
ShowAKA: No
Completion:
AllScopes: Yes