Skip to content

style(core): apply clang-format to source files#4

Merged
LessUp merged 1 commit into
masterfrom
fix/clang-format-ci
May 25, 2026
Merged

style(core): apply clang-format to source files#4
LessUp merged 1 commit into
masterfrom
fix/clang-format-ci

Conversation

@LessUp
Copy link
Copy Markdown
Collaborator

@LessUp LessUp commented May 25, 2026

Summary

  • run clang-format across src/include/tests to match CI expectations
  • keep the previous repository simplification and CUDA preset changes untouched

Validation

  • find src include tests -type f ( -name ".cpp" -o -name ".h" -o -name "*.cu" ) | xargs clang-format-19 --dry-run --Werror
  • cmake --build --preset cuda-linux && ctest --preset cuda-linux
  • cmake --build build-no-cuda && ctest --test-dir build-no-cuda --output-on-failure

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@LessUp LessUp merged commit 99fb6ab into master May 25, 2026
2 checks passed
@LessUp LessUp deleted the fix/clang-format-ci branch May 25, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant