From 3a595655c86625f20d1c6a08b04293ade4fb8608 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 24 Jul 2018 20:55:13 +0200 Subject: [PATCH] Make sure also gets ordered --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5