From 2fea938b99ee4e754a82714359a99c0a04d556ec Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 9 Mar 2021 09:48:02 +0100
Subject: [PATCH] [clang-format] Ignore directories.

---
 Tests/Data/.clang-format | 2 ++
 web/.clang-format        | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 Tests/Data/.clang-format
 create mode 100644 web/.clang-format

diff --git a/Tests/Data/.clang-format b/Tests/Data/.clang-format
new file mode 100644
index 00000000000..9d159247d51
--- /dev/null
+++ b/Tests/Data/.clang-format
@@ -0,0 +1,2 @@
+DisableFormat: true
+SortIncludes: false
diff --git a/web/.clang-format b/web/.clang-format
new file mode 100644
index 00000000000..9d159247d51
--- /dev/null
+++ b/web/.clang-format
@@ -0,0 +1,2 @@
+DisableFormat: true
+SortIncludes: false
-- 
GitLab