mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Merge pull request #98 from miscco/format_includes
Improve formatting of includes
This commit is contained in:
@@ -39,6 +39,18 @@ BreakInheritanceList: BeforeComma
|
||||
ColumnLimit: 100
|
||||
CompactNamespaces: false
|
||||
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
|
||||
IndentPPDirectives: None
|
||||
IndentWidth: 2
|
||||
|
||||
Reference in New Issue
Block a user