Skip to content

Commit c8ffb46

Browse files
authored
Remove cumlprims from clang-format (#7647)
Minor cleanup of clang-format settings now that cumlprims has been integrated into cuml. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Anupam (https://github.com/aamijar) - Jim Crist-Harif (https://github.com/jcrist) URL: #7647
1 parent ed86ae0 commit c8ffb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ IncludeCategories:
7979
Priority: 2
8080
- Regex: '^<cuml/' # cuML includes
8181
Priority: 3
82-
- Regex: '^<(cudf|raft|kvikio|cumlprims)' # Other RAPIDS includes
82+
- Regex: '^<(cudf|raft|kvikio)' # Other RAPIDS includes
8383
Priority: 4
8484
- Regex: '^<rmm/' # RMM includes
8585
Priority: 5

0 commit comments

Comments
 (0)