style: Use gersemi instead of ancient cmake-format#6486
Merged
ximinez merged 2 commits intoXRPLF:developfrom Mar 6, 2026
Merged
style: Use gersemi instead of ancient cmake-format#6486ximinez merged 2 commits intoXRPLF:developfrom
ximinez merged 2 commits intoXRPLF:developfrom
Conversation
legleux
approved these changes
Mar 5, 2026
| ) | ||
| if(Boost_COMPILER) | ||
| target_link_libraries(xrpl_boost INTERFACE Boost::disable_autolinking) | ||
| endif () |
bthomee
approved these changes
Mar 5, 2026
mathbunnyru
added a commit
to mathbunnyru/rippled
that referenced
this pull request
Mar 5, 2026
mathbunnyru
added a commit
to mathbunnyru/rippled
that referenced
this pull request
Mar 5, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6486 +/- ##
=======================================
Coverage 79.8% 79.9%
=======================================
Files 861 861
Lines 67858 67858
Branches 7556 7553 -3
=======================================
+ Hits 54167 54188 +21
+ Misses 13691 13670 -21 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
cmake-formathasn't been updated in 5 years, and the styling is weird even with heavy customization.gersemilooks nice, by default, with 0 configuration, and has been updated recently.In my opinion it also just looks better.
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)