mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 03:31:13 +00:00
Improve formatting of includes
This commit is contained in:
@@ -39,6 +39,18 @@ BreakInheritanceList: BeforeComma
|
|||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
CompactNamespaces: false
|
CompactNamespaces: false
|
||||||
ContinuationIndentWidth: 2
|
ContinuationIndentWidth: 2
|
||||||
|
IncludeBlocks: Regroup
|
||||||
|
IncludeCategories:
|
||||||
|
- Regex: '^<cub'
|
||||||
|
Priority: 1
|
||||||
|
- Regex: '^<thrust'
|
||||||
|
Priority: 2
|
||||||
|
- Regex: '^<cuda'
|
||||||
|
Priority: 3
|
||||||
|
- Regex: '^<nvbench'
|
||||||
|
Priority: 4
|
||||||
|
- Regex: '^<[a-z]*>$'
|
||||||
|
Priority: 5
|
||||||
IndentCaseLabels: true
|
IndentCaseLabels: true
|
||||||
IndentPPDirectives: None
|
IndentPPDirectives: None
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user