From: Pasquale Africa Date: Thu, 3 Sep 2020 14:43:09 +0000 (+0000) Subject: Properly format #include X-Git-Tag: v9.3.0-rc1~1138^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0d523029e59a28b53aee7854f353a05cecfc38;p=dealii.git Properly format #include --- 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