Skip to content
Snippets Groups Projects
Commit dbf522cf authored by David Gilbert's avatar David Gilbert :bug:
Browse files

style(clang-format): Don't sort includes

parent b507ee75
No related branches found
No related tags found
No related merge requests found
...@@ -27,14 +27,7 @@ BraceWrapping: ...@@ -27,14 +27,7 @@ BraceWrapping:
BreakBeforeBraces: Custom BreakBeforeBraces: Custom
BreakConstructorInitializers: AfterColon BreakConstructorInitializers: AfterColon
ColumnLimit: 120 ColumnLimit: 120
IncludeCategories: SortIncludes: false
- Regex: '^<.*'
Priority: 1
- Regex: '^".*'
Priority: 2
- Regex: '.*'
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
PointerAlignment: Left PointerAlignment: Left
IndentCaseBlocks: true IndentCaseBlocks: true
IndentWidth: 4 IndentWidth: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment