Skip to content

Commit

Permalink
Add check for 'm_' prefix in class members
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak authored and vgvassilev committed Nov 22, 2023
1 parent d99d4ab commit e138f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ CheckOptions:
value: aNy_CasE
- key: readability-identifier-naming.MemberCase
value: aNy_CasE
- key: readability-identifier-naming.MemberPrefix
value: 'm_'
- key: readability-identifier-naming.ParameterCase
value: aNy_CasE
- key: readability-identifier-naming.UnionCase
Expand Down

0 comments on commit e138f8a

Please sign in to comment.