Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rustfmt to CI to unify code formatting #630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qarmin
Copy link

@qarmin qarmin commented Jan 19, 2025

I created a justfile to simplify the process of standardizing code to the format currently used in the repository (it uses the just program - https://github.com/casey/just).

This PR only updates the CI and adds a justfile.
I didn’t format the files because I wasn’t sure if or when such a PR could be merged, which could cause minor issues with Git conflicts (especially since there are around 100 modified files).

To make the CI pass, such commands needs to be executed:

just fix_nightly # this also groups import, which is unstable feature
just fix

I also suggest to consider change max line size to 120.

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