[clang-tidy] disable readability-misleading-indentation

this only triggers because of some #ifdef and some of our macros. As all
the code is clang-formatted anyway the warning is useless.
This commit is contained in:
akallabeth 2024-10-03 14:57:05 +02:00
parent f00d9c45e0
commit 140fe9c50f
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -71,6 +71,7 @@ Checks: >
-readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-magic-numbers,
-readability-misleading-indentation,
-readability-qualified-auto,
-readability-suspicious-call-argument,
-readability-uppercase-literal-suffix,