-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Use rustfmt to format the source code #99
Labels
Milestone
Comments
For a reference, I pushed a commit to my fork which formats the repo using |
Sounds good! Should we also enforce this via Travis/Appveyor in the future? Can |
Yes, it should be possible. I'll look into that. |
Detegr
added a commit
to Detegr/fd
that referenced
this issue
Oct 11, 2017
Detegr
added a commit
to Detegr/fd
that referenced
this issue
Oct 11, 2017
sharkdp
pushed a commit
that referenced
this issue
Oct 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rustfmt automatically formats Rust code to conform Rust style guide. The current code base of
fd
is hand formatted and I think it would be easier for contributors if we formatted the code withrustfmt
.What do you think? If there's some irritating style decisions in
rustfmt
, it is possible to tweak it to some extent.The text was updated successfully, but these errors were encountered: