1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
QXlsx/.clang-tidy.settings

8 lines
296 B
Plaintext
Raw Normal View History

2024-12-30 14:14:12 -03:00
CheckOptions:
- key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
value: 1
- key: cppcoreguidelines-special-member-functions.AllowMissingMoveFunctionsWhenCopyIsDeleted
value: 1
- key: performance-move-const-arg.CheckTriviallyCopyableMove
value: 0