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' ...