summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-08-05 12:04:15 +0200
committerEirik Aavitsland <eirik.aavitsland@qt.io>2020-08-06 13:35:30 +0200
commit7d27316d9fe736fd863dbd389571ee7906d6e559 (patch)
tree2fc200fb80b2db44de27c4991105380b5a6761ad /src/3rdparty
parent6f909a5178296855cdd53b053ced9c551a2474a6 (diff)
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>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/_clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/_clang-format b/src/3rdparty/_clang-format
new file mode 100644
index 0000000000..5ea3a9f7b8
--- /dev/null
+++ b/src/3rdparty/_clang-format
@@ -0,0 +1,2 @@
+# Ignore formatting of third party code.
+DisableFormat: true