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

18 lines
353 B
Plaintext
Raw Normal View History

2023-05-27 17:44:20 +03:00
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
]
Completion:
AllScopes: Yes