Skip to content

Commit

Permalink
clang-tidy update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed May 29, 2024
1 parent 34df823 commit aac3f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CheckOptions:
readability-identifier-naming.ClassMemberCase: camelBack
readability-identifier-naming.LocalVariableCase: camelBack
readability-identifier-naming.MacroDefinitionCase: UPPER_CASE
readability-identifier-naming.ConstexprVariableCase: UPPER_CASE
readability-identifier-naming.ParameterCase: camelBack
readability-identifier-naming.ClassCase: lower_case
readability-identifier-naming.StructCase: lower_case
Expand Down

0 comments on commit aac3f8e

Please sign in to comment.