Skip to content

Fix .clang-format and .clang-tidy

jvoisin requested to merge jvoisin/openmw:fix_yaml into master
  • AlwaysBreakTemplateDeclarations is a ternary, no a boolean.
  • WarningsAsErrors is the list of checks that should be treated as errors, not a boolean. Put all of them there via *, since this directive doesn't add any check on its own.

Merge request reports