Make clang-format ignore formatting of third party code

Pick-to: 5.15 5.12
Change-Id: I865f86a1f9967971c4e525e634279a26ce11f688
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Eirik Aavitsland 2020-08-05 12:04:15 +02:00
parent 6f909a5178
commit 7d27316d9f

2
src/3rdparty/_clang-format vendored Normal file
View File

@ -0,0 +1,2 @@
# Ignore formatting of third party code.
DisableFormat: true