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:
BreakBeforeBraces: Custom
BreakConstructorInitializers: AfterColon
ColumnLimit: 120
IncludeCategories:
- Regex: '^<.*'
Priority: 1
- Regex: '^".*'
Priority: 2
- Regex: '.*'
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
SortIncludes: false
PointerAlignment: Left
IndentCaseBlocks: true
IndentWidth: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment