Skip to content

Add a few missing tracking issues in Configurations.md #5084

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

Merged
merged 2 commits into from
Nov 20, 2021

Conversation

karyon
Copy link
Contributor

@karyon karyon commented Nov 14, 2021

Follow-up to #5052.

I went through all the unstable opts in Configurations.md, reopened some existing tracking issues, and created new ones where necessary.

I also verified the stable yes/no annotations actually match the code, they did.

I noticed the following options from the code do not appear in configurations.md, @calebcartwright let me know whether that should be changed.

  • file_lines ("Lines to format; this is not supported in rustfmt.toml and can only be specified via the --file-lines option")
  • newline_style ("Unix or Windows line endings")
  • verbose ("How much to information to emit to the user")
  • width_heuristics ("'small' heuristic values")

Copy link
Member

@calebcartwright calebcartwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I noticed the following options from the code do not appear in configurations.md, @calebcartwright let me know whether that should be changed

No that's fine, they are excluded explicitly because they are command-line only options, with the exception of width_heuristics which was a 2.x only target as a simple rename of the existing use_small_heuristics

@calebcartwright calebcartwright merged commit 826eba8 into rust-lang:master Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants