Skip to content

Commit

Permalink
Use same .clang-format in cuDF JNI (#15557)
Browse files Browse the repository at this point in the history
Closes #15546.

Currently cuDF JNI uses its own `.clang-format` settings. These settings organize includes differently than the rest of the cuDF C++ codebase, so we would like to align them.

This PR removes the JNI's custom `.clang-format` and instead uses the same settings as the rest of cuDF.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)
  - Mark Harris (https://github.com/harrism)

URL: #15557
  • Loading branch information
bdice authored Apr 18, 2024
1 parent 0935d38 commit ae9e552
Show file tree
Hide file tree
Showing 38 changed files with 5,533 additions and 4,338 deletions.
204 changes: 0 additions & 204 deletions java/src/main/native/.clang-format

This file was deleted.

13 changes: 0 additions & 13 deletions java/src/main/native/clang-format.README

This file was deleted.

Loading

0 comments on commit ae9e552

Please sign in to comment.