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.
2 parents 197c3b4 + 4ca3592 commit 263104aCopy full SHA for 263104a
rustfmt-config/src/lib.rs
@@ -48,7 +48,7 @@ create_config! {
48
tab_spaces: usize, 4, true, "Number of spaces per tab";
49
newline_style: NewlineStyle, NewlineStyle::Unix, true, "Unix or Windows line endings";
50
indent_style: IndentStyle, IndentStyle::Block, false, "How do we indent expressions or items.";
51
- use_small_heuristics: bool, true, false, "Whether to use different formatting for items and\
+ use_small_heuristics: bool, true, false, "Whether to use different formatting for items and \
52
expressions if they satisfy a heuristic notion of 'small'.";
53
54
// strings and comments
0 commit comments