Draft
Conversation
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.
Objective
Bsn fmt
Solution
Adds a bsn formatter and binary that can be used in terminals, editors or CLI tools.
Testing
There is a small readme with some instructions, you might find more there soon, currently there are only instructions on how to use it in a terminal or with nvim + conform but I might add others later, or at least the most common ones.
Editor integration
nvim
conform
Development
cd crates/bevy_scene2/macros && cargo watch --features fmt test fmtNotes
bevy fmtcrate inbevy_clibut only if it is a standalone binary because that is fundamentally a requirement for editor workflows (and other things too) imo.synstrips out comments and as far as I know this requires either matching sourrounding areas after formatting or changes to the bsn parser itself.Recording.2026-03-30.211926.mp4