From df141876d093062d41d860d84d3ba252a068bc87 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Tue, 16 Aug 2022 18:59:39 +0200 Subject: [PATCH] disable clang-format for external deps --- deps/agg/.clang-format | 1 + deps/boost/.clang-format | 1 + deps/mapbox/.clang-format | 1 + 3 files changed, 3 insertions(+) create mode 100644 deps/agg/.clang-format create mode 100644 deps/boost/.clang-format create mode 100644 deps/mapbox/.clang-format diff --git a/deps/agg/.clang-format b/deps/agg/.clang-format new file mode 100644 index 000000000..e3845288a --- /dev/null +++ b/deps/agg/.clang-format @@ -0,0 +1 @@ +DisableFormat: true diff --git a/deps/boost/.clang-format b/deps/boost/.clang-format new file mode 100644 index 000000000..e3845288a --- /dev/null +++ b/deps/boost/.clang-format @@ -0,0 +1 @@ +DisableFormat: true diff --git a/deps/mapbox/.clang-format b/deps/mapbox/.clang-format new file mode 100644 index 000000000..e3845288a --- /dev/null +++ b/deps/mapbox/.clang-format @@ -0,0 +1 @@ +DisableFormat: true