mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-22 21:49:56 +00:00
Adjust .clang-tidy for public struct member names
This commit is contained in:
parent
97e1573758
commit
40be8ac9a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user