From 7bf7b7846b0172e8c116c5defaffbf8b77285ff2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 25 Jul 2021 08:44:44 +0100 Subject: [PATCH] trivial: Fix the header ordering a little more --- .clang-format | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 2ba2f6dba..6d5f176be 100644 --- a/.clang-format +++ b/.clang-format @@ -39,10 +39,12 @@ PenaltyBreakBeforeFirstCallParameter: '15' IncludeCategories: - Regex: '^"config.h"$' Priority: '0' - - Regex: '^<' + - Regex: '' Priority: '1' - - Regex: 'fwupd' + - Regex: '^<' Priority: '2' - - Regex: '.*' + - Regex: 'fwupd' Priority: '3' + - Regex: '.*' + Priority: '4' ...