Skip to content

Commit

Permalink
- fix formatting problems in .clang-tidy options
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-torpey committed Mar 3, 2021
1 parent bd5f5a1 commit dc2ee40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Checks: "*,\
-cppcoreguidelines-avoid-goto,\
-cppcoreguidelines-pro-type-member-init,\
-cppcoreguidelines-pro-type-static-cast-downcast,\
# not applicable\
-fuchsia-default-argument-calls,\
# not applicable,\
-fuchsia-default-arguments-calls,\
-fuchsia-overloaded-operator,\
-fuchsia-statically-constructed-objects,\
# not currently a coding convention, C++11-specific, but conceivable,\
Expand Down

0 comments on commit dc2ee40

Please sign in to comment.