We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6e237 commit 58759b8Copy full SHA for 58759b8
rustfmt-core/rustfmt-bin/tests/rustfmt/main.rs
@@ -91,10 +91,11 @@ fn inline_config() {
91
"--config",
92
"max_width=80,edition=2018",
93
94
- "color=always,format_strings=true"
+ "tab_spaces=8,format_strings=true"
95
],
96
contains("max_width = 80")
97
&& contains("edition = \"2018\"")
98
&& contains("format_strings = true")
99
+ && contains("tab_spaces = 8")
100
);
101
}
0 commit comments