Skip to content
Snippets Groups Projects
Commit 9d06bead authored by Administrator's avatar Administrator
Browse files

Add regex for flesnet headers

parent 8503bd5d
No related branches found
No related tags found
1 merge request!233Fix clang format
...@@ -52,7 +52,7 @@ BraceWrapping: ...@@ -52,7 +52,7 @@ BraceWrapping:
IndentBraces: false IndentBraces: false
SplitEmptyFunction: true SplitEmptyFunction: true
SplitEmptyRecord: true SplitEmptyRecord: true
SplitEmptyNamespace: true SplitEmptyNamespace: true
BreakBeforeTernaryOperators: true BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeComma BreakConstructorInitializers: BeforeComma
...@@ -78,18 +78,24 @@ IncludeBlocks: Regroup ...@@ -78,18 +78,24 @@ IncludeBlocks: Regroup
IncludeCategories: IncludeCategories:
- Regex: '^("|<)Cbm' - Regex: '^("|<)Cbm'
Priority: 1 Priority: 1
- Regex: '^("|<)Fair' - Regex: '^("|<).*slice'
Priority: 2 Priority: 2
- Regex: '^("|<)T' - Regex: '^("|<)Fair'
Priority: 3 Priority: 3
- Regex: '^("|<)boost' - Regex: '^("|<)Logger.h'
Priority: 3
- Regex: '^("|<)T'
Priority: 4 Priority: 4
- Regex: '^<.*[^\.h]>' - Regex: '^("|<)Rt'
Priority: 4
- Regex: '^("|<)boost'
Priority: 5 Priority: 5
- Regex: '^<.*>' - Regex: '^<.*[^\.h]>'
Priority: 6 Priority: 6
- Regex: '.*' - Regex: '^<.*>'
Priority: 7 Priority: 7
- Regex: '.*'
Priority: 8
IndentCaseBlocks: false IndentCaseBlocks: false
IndentCaseLabels: true IndentCaseLabels: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment