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

19 lines
397 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
]
Completion:
AllScopes: Yes