Skip to content

Commit

Permalink
Update group priorities for CUDA includes to match cuDF and other rep…
Browse files Browse the repository at this point in the history
…os (doesn't affect any files currently)
  • Loading branch information
harrism committed Feb 27, 2024
1 parent 079de75 commit a1f6053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ IncludeCategories:
- Regex: '^<(thrust|cub|cuda)/' # CCCL includes
Priority: 7
- Regex: '^<(cooperative_groups|cuco|cuda.h|cuda_runtime|device_types|driver_types|math_constants|nvtx3)' # CUDA includes
Priority: 8
Priority: 7
- Regex: '^<.*\..*' # other system includes (e.g. with a '.')
Priority: 9
Priority: 8
- Regex: '^<[^.]+' # STL includes (no '.')
Priority: 10
Priority: 9
IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 2
Expand Down

0 comments on commit a1f6053

Please sign in to comment.