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 197c3b4 commit 4ca3592Copy full SHA for 4ca3592
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