Adjust .clang-tidy for public struct member names

This commit is contained in:
Vincent Lang 2016-04-07 16:20:55 +02:00 committed by Tobias Hieta
parent 97e1573758
commit 40be8ac9a2
No known key found for this signature in database
GPG Key ID: A67BA2042997FBFA

View File

@ -16,7 +16,9 @@ CheckOptions:
value: g_
- key: readability-identifier-naming.VariableCase
value: camelBack
- key: readability-identifier-naming.MemberPrefix
- key: readability-identifier-naming.PrivateMemberPrefix
value: m_
- key: readability-identifier-naming.ProtectedMemberPrefix
value: m_
- key: readability-identifier-naming.MemberCase
value: camelBack