diff --git a/.clang-format b/.clang-format index 93f3f29..e593f29 100644 --- a/.clang-format +++ b/.clang-format @@ -39,6 +39,18 @@ BreakInheritanceList: BeforeComma ColumnLimit: 100 CompactNamespaces: false ContinuationIndentWidth: 2 +IncludeBlocks: Regroup +IncludeCategories: + - Regex: '^$' + Priority: 5 IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 2