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 58759b8 commit ebee43cCopy full SHA for ebee43c
rustfmt-core/rustfmt-bin/tests/rustfmt/main.rs
@@ -91,11 +91,10 @@ fn inline_config() {
91
"--config",
92
"max_width=80,edition=2018",
93
94
- "tab_spaces=8,format_strings=true"
+ "max_width=60,format_strings=true"
95
],
96
- contains("max_width = 80")
+ contains("max_width = 60")
97
&& contains("edition = \"2018\"")
98
&& contains("format_strings = true")
99
- && contains("tab_spaces = 8")
100
);
101
}
0 commit comments