Exclude new QR encoder from clang-format checks

Third party code should not be checked.
This commit is contained in:
Felix Kauselmann 2023-03-25 11:34:46 +01:00
parent 8f631763ce
commit ffdb06017d

2
third_party/QrCode/.clang-format vendored Normal file
View File

@ -0,0 +1,2 @@
DisableFormat: true
SortIncludes: false