From 28d934a94a3394ed37ff153dcae556945df5c868 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 8 Jan 2021 16:57:02 +0000 Subject: [PATCH] Add new arborx directory in clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 2e707ff9f2..0e12ac2e3b 100644 --- a/.clang-format +++ b/.clang-format @@ -69,6 +69,8 @@ IncludeCategories: Priority: -1 # deal.II folders in sorted order: - Regex: "deal.II/algorithms/.*\\.h" + Priority: 100 + - Regex: "deal.II/arborx/.*\\.h" Priority: 110 - Regex: "deal.II/base/.*\\.h" Priority: 120 -- 2.39.5