From aff0d1fcb07ce4c934178094c83eefa20cc63594 Mon Sep 17 00:00:00 2001
From: Christoph Schwarzmeier <christoph.schwarzmeier@fau.de>
Date: Thu, 9 May 2019 09:45:23 +0200
Subject: [PATCH] Add directory 'executiontree' to .clang-format

---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index be0bd2d19..3750f7b5b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -65,7 +65,7 @@ IncludeCategories:
     Priority:        5
   - Regex:           '^"domain_decomposition/'
     Priority:        6
-  - Regex:           '^"domain_decomposition/'
+  - Regex:           '^"executiontree/'
     Priority:        7
   - Regex:           '^"fft/'
     Priority:        8
-- 
GitLab