From: Daniel Arndt Date: Mon, 17 Feb 2020 19:30:40 +0000 (-0500) Subject: Change priority of tests.h for clang-format X-Git-Tag: v9.2.0-rc1~503^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e980ac9877ef694ed3235661e3b8fb6b9d9b65;p=dealii.git Change priority of tests.h for clang-format --- diff --git a/.clang-format b/.clang-format index 0b7a604382..3d294fafa2 100644 --- a/.clang-format +++ b/.clang-format @@ -127,6 +127,8 @@ IncludeCategories: # should not be caught here - Regex: "<[a-z_]+>" Priority: 100000 + - Regex: "\\.\\./tests\\.h" + Priority: 200000 IndentCaseLabels: true IndentPPDirectives: AfterHash