From f5e980ac9877ef694ed3235661e3b8fb6b9d9b65 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 17 Feb 2020 14:30:40 -0500 Subject: [PATCH] Change priority of tests.h for clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5