Skip to content

Commit

Permalink
chore: Added CamelCase style for Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 13, 2024
1 parent 2fd220b commit 52ed2ea
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 @@ -66,5 +66,7 @@ CheckOptions:

- { key: readability-identifier-naming.ClassMemberPrefix, value: m_ }

- { key: readability-identifier-naming.MethodCase, value: CamelCase }

- { key: modernize-use-std-print.ReplacementPrintFunction, value: "fmt::print"}
- { key: modernize-use-std-print.ReplacementPrintlnFunction, value: "fmt::println"}

0 comments on commit 52ed2ea

Please sign in to comment.