clang-format: Use IncludeBlocks::Regroup
This commit is contained in:
@@ -12,6 +12,21 @@ BreakBeforeBraces: Allman
|
||||
ColumnLimit: 0
|
||||
ContinuationIndentWidth: 2
|
||||
Cpp11BracedListStyle: false
|
||||
IncludeBlocks: Regroup
|
||||
IncludeCategories:
|
||||
- Regex: '"config\.h"'
|
||||
Priority: -1
|
||||
CaseSensitive: true
|
||||
- Regex: '"[^/]*"'
|
||||
Priority: 0
|
||||
SortPriority: 1
|
||||
CaseSensitive: true
|
||||
- Regex: '".*"'
|
||||
Priority: 2
|
||||
CaseSensitive: true
|
||||
- Regex: '<.*>'
|
||||
Priority: 3
|
||||
CaseSensitive: true
|
||||
IndentCaseLabels: true
|
||||
InsertNewlineAtEOF: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
|
||||
Reference in New Issue
Block a user