The Ubuntu 20.04 image runner uses the (already minimum required) clang-format version 12.
Local formatting using v14 would error in code-quality.
Since clang-format seems to be neither backward nor forward compatible,
turn it off where it breaks so we are not pinned to 12.
The Ubuntu 20.04 image runner uses the (already minimum required) clang-format version 12. Local formatting using v14 would error in code-quality. Since clang-format seems to be neither backward nor forward compatible, turn it off where it breaks so we are not pinned to 12.