From e5c45e424bafcc28faa0d7ebcfcf3d8aee3d08a7 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 10 Jan 2019 15:29:20 -0800 Subject: clang-format: fixing include categories Increasing priority of `#include "header.hpp"` statements. --- .clang-format | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.clang-format b/.clang-format index d41318ec7..6e9ab97ca 100644 --- a/.clang-format +++ b/.clang-format @@ -45,14 +45,16 @@ ForEachMacros: - BOOST_FOREACH IncludeBlocks: Merge IncludeCategories: - - Regex: '^"(uhd)/' + - Regex: '^"' Priority: 1 - - Regex: '^"(uhdlib)/' + - Regex: '^"(uhd)/' Priority: 2 - - Regex: '^<(uhd)/' + - Regex: '^"(uhdlib)/' Priority: 3 - - Regex: '^<(uhdlib)/' + - Regex: '^<(uhd)/' Priority: 4 + - Regex: '^<(uhdlib)/' + Priority: 5 - Regex: '^<(boost)/' Priority: 98 - Regex: '^<[a-z]*>$' -- cgit v1.2.3