Skip to content

docs: clarify config opts availability #4155

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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or

# Configuration Options

Below you find a detailed visual guide on all the supported configuration options of rustfmt:
Below you can find a detailed visual guide on all the supported configuration options of rustfmt.

**_Note that the below list reflects the configuration options available on the latest version of rustfmt in source control. Some newer options may not be available yet in a released version of rustfmt_**



## `array_width`

Expand Down