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

Run rustfmt on the codebase and enforce rustfmt via github actions #132

Merged
merged 1 commit into from
Aug 9, 2021
Merged

Run rustfmt on the codebase and enforce rustfmt via github actions #132

merged 1 commit into from
Aug 9, 2021

Conversation

rukai
Copy link
Member

@rukai rukai commented Aug 9, 2021

I wasnt happy with some of the formatting decisions it made so I went through the various config options given by cargo fmt -- --help=config but did not find anything that would resolve the problems without causing more regressions.
But I think this is fine, the upsides of automated and standard formatting are worth it.

Even though we have no config to set I included an empty rustfmt.toml to show that our codebase is rustfmt'd.

closes #129

@rukai rukai merged commit 9ded46b into shotover:main Aug 9, 2021
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.

rustfmt
2 participants