-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
rustfmt is not correctly wrapping at 80 columns #2699
Comments
Lines are also not wrapped for regular code:
The problem with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Here is the issue tracking stability on |
Closes denoland/deno#2699 Closes denoland/deno#2347 Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not need to switch the cargo toolchain to nightly. Do we care about formatting stability of our codebase across Rust versions? (I don't)
https://github.com/denoland/deno/pull/2683/files#r309166774
deno/cli/file_fetcher.rs
Line 33 in 695c4a2
Seems we need
wrap_comments = true
https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#wrap_commentsAdditionally we need to upgrade our rustfmt binaries... We are using
rustfmt 0.99.1-stable (da17b689 2018-08-04)
The text was updated successfully, but these errors were encountered: