Merge pull request #98 from miscco/format_includes

Improve formatting of includes
This commit is contained in:
Georgy Evtushenko
2022-08-31 13:43:03 +04:00
committed by GitHub

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