clang-tidy: Add check readability-misleading-indentation

This commit is contained in:
Eduardo Almeida
2022-11-20 01:22:35 +00:00
parent d9f5475e28
commit e208427d04

View File

@@ -31,6 +31,7 @@ Checks: >
readability-braces-around-statements,
readability-duplicate-include,
readability-isolate-declaration,
readability-misleading-indentation,
readability-misplaced-array-index,
readability-redundant-control-flow,
readability-redundant-function-ptr-dereference,