- fix formatting problems in .clang-tidy options

This commit is contained in:
Bill Torpey 2021-03-03 11:14:49 -05:00
parent bd5f5a1093
commit dc2ee409cb

View File

@ -12,8 +12,8 @@ Checks: "*,\
-cppcoreguidelines-avoid-goto,\ -cppcoreguidelines-avoid-goto,\
-cppcoreguidelines-pro-type-member-init,\ -cppcoreguidelines-pro-type-member-init,\
-cppcoreguidelines-pro-type-static-cast-downcast,\ -cppcoreguidelines-pro-type-static-cast-downcast,\
# not applicable\ # not applicable,\
-fuchsia-default-argument-calls,\ -fuchsia-default-arguments-calls,\
-fuchsia-overloaded-operator,\ -fuchsia-overloaded-operator,\
-fuchsia-statically-constructed-objects,\ -fuchsia-statically-constructed-objects,\
# not currently a coding convention, C++11-specific, but conceivable,\ # not currently a coding convention, C++11-specific, but conceivable,\