changed tidy file

fb-mini-snake
Claudius Holeksa 2022-12-26 18:23:05 +01:00
parent 3be68973ef
commit f8bcdbb859
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ Checks: '-*,readability-identifier-naming'
CheckOptions:
- { key: readability-identifier-naming.PrivateMemberSuffix, value: "_" }
- { key: readability-identifier-naming.ProtectedMemberSuffix, value: "_" }
- { key: readability-identifier-naming.ClassCase, value: "lower_case" }
- { key: readability-identifier-naming.StructCase, value: "CamelCase" }