From: Luca Heltai Date: Tue, 24 Jul 2018 18:55:13 +0000 (+0200) Subject: Make sure also gets ordered X-Git-Tag: v9.1.0-rc1~881^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a595655c86625f20d1c6a08b04293ade4fb8608;p=dealii.git Make sure also gets ordered --- diff --git a/.clang-format b/.clang-format index d744d74daa..dec771995a 100644 --- a/.clang-format +++ b/.clang-format @@ -72,6 +72,8 @@ IncludeCategories: Priority: 110 - Regex: "deal.II/base/.*\\.h" Priority: 120 + - Regex: "deal.II/boost_adaptors/.*\\.h" + Priority: 125 - Regex: "deal.II/differentiation/.*\\.h" Priority: 130 - Regex: "deal.II/distributed/.*\\.h"