From ffdb06017d0411c113bc3c106ab22cd635bf0bb1 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann Date: Sat, 25 Mar 2023 11:34:46 +0100 Subject: [PATCH] Exclude new QR encoder from clang-format checks Third party code should not be checked. --- third_party/QrCode/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 third_party/QrCode/.clang-format diff --git a/third_party/QrCode/.clang-format b/third_party/QrCode/.clang-format new file mode 100644 index 00000000..a43d914e --- /dev/null +++ b/third_party/QrCode/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false \ No newline at end of file