From df0d523029e59a28b53aee7854f353a05cecfc38 Mon Sep 17 00:00:00 2001 From: Pasquale Africa Date: Thu, 3 Sep 2020 14:43:09 +0000 Subject: [PATCH] Properly format #include --- .clang-format | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8704ab69cd..2e707ff9f2 100644 --- a/.clang-format +++ b/.clang-format @@ -110,8 +110,10 @@ IncludeCategories: Priority: 290 - Regex: "deal.II/physics/.*\\.h" Priority: 300 - - Regex: "deal.II/sundials/.*\\.h" + - Regex: "deal.II/simplex/.*\\.h" Priority: 310 + - Regex: "deal.II/sundials/.*\\.h" + Priority: 320 # put boost right after deal: - Regex: "" Priority: 500 -- 2.39.5