From 2e6f2cf4417e2ebeae89f29d68b8c8482ad990af Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sat, 2 May 2020 12:26:49 -0500 Subject: [PATCH] docs: clarify config opts availability [skip ci] --- Configurations.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 6ba78e714e0..f75cb71a3e1 100644 --- a/Configurations.md +++ b/Configurations.md @@ -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`