Make clang-format ignore formatting of third party code

Change-Id: I865f86a1f9967971c4e525e634279a26ce11f688
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 7d27316d9fe736fd863dbd389571ee7906d6e559)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Eirik Aavitsland 2020-08-05 12:04:15 +02:00 committed by Qt Cherry-pick Bot
parent 12994284f4
commit 80c3d4a20a

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

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