You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
I tried to create a PR and had a lot of trouble, because the code isn't formatted with rustfmt. I therefore needed to manually go through and delete everything that got formatted, so that I didn't submit a bunch of formatting noise and risk getting my PR rejected.
Would it be ok to add a rustfmt.toml file to the repo to indicate that the use of an autoformatter is permissible in PRs and define the format?
The text was updated successfully, but these errors were encountered:
I tried to create a PR and had a lot of trouble, because the code isn't formatted with
rustfmt
. I therefore needed to manually go through and delete everything that got formatted, so that I didn't submit a bunch of formatting noise and risk getting my PR rejected.Would it be ok to add a
rustfmt.toml
file to the repo to indicate that the use of an autoformatter is permissible in PRs and define the format?The text was updated successfully, but these errors were encountered: