Improve formatting of includes

This commit is contained in:
Michael Schellenberger Costa
2022-08-30 09:09:35 +02:00
parent 1a13a2e724
commit 2b2d78b5c0

View File

@@ -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