Skip to content

Commit

Permalink
to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Mar 30, 2020
1 parent 2f8ad91 commit 2113d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ CheckOptions: [ { key: readability-identifier-naming.NamespaceCase, value: lower
{ key: readability-identifier-naming.ClassCase, value: CamelCase },
{ key: readability-identifier-naming.VariableCase, value: lower_case },
{ key: readability-identifier-naming.ClassMethodCase, value: camelBack },
{ key: readability-identifier-naming.PrivateMemberPostfix, value: _ }]
{ key: readability-identifier-naming.PrivateMemberPostfix, value: _ }]

0 comments on commit 2113d4c

Please sign in to comment.