[r] Run clang-format
on apis/r/src
(except autogen code)
#3048
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While working on #2407 / [sc-51048] and #2406.
This was fully automated via
with the exception of a couple fix-ups on
//'
-style comments.Note that we enitrely avoid
apis/r/src/RcppExports.cpp
which is auto-generated.On this PR I just manually ran the formatter on the relevant source files. On a follow-up PR I'll stop excluding these files from the format-checker which we run on the rest of our
libtiledbsoma
andpybind11
C++ source:https://github.com/single-cell-data/TileDB-SOMA/blob/1.14.1/.github/workflows/python-ci-single.yml#L62-L64
Also note that we should move the
clang-format
checker frompython-ci-single.yml
to another C++-specific YAML file.