You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
libcudf JNI has its own .clang-format file with different rules. It should not. For example, headers are ordered in the OPPOSITE order in JNI files from the order in the rest of libcudf.
The text was updated successfully, but these errors were encountered:
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
Describe the bug
libcudf JNI has its own .clang-format file with different rules. It should not. For example, headers are ordered in the OPPOSITE order in JNI files from the order in the rest of libcudf.
The text was updated successfully, but these errors were encountered: