From bf9f6d4c8f856715d7ef9971565b9b7a68dd7411 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 8 Dec 2021 09:42:33 +0100 Subject: [PATCH] Remove simplex from .clang-format --- .clang-format | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index b410a5e448..a8c0220e92 100644 --- a/.clang-format +++ b/.clang-format @@ -115,10 +115,8 @@ IncludeCategories: Priority: 290 - Regex: "deal.II/physics/.*\\.h" Priority: 300 - - Regex: "deal.II/simplex/.*\\.h" - Priority: 310 - Regex: "deal.II/sundials/.*\\.h" - Priority: 320 + Priority: 310 # put boost right after deal: - Regex: "" Priority: 500 -- 2.39.5