Fixed small typo in configuration help
This commit is contained in:
parent
197c3b4406
commit
4ca3592006
@ -48,7 +48,7 @@ create_config! {
|
||||
tab_spaces: usize, 4, true, "Number of spaces per tab";
|
||||
newline_style: NewlineStyle, NewlineStyle::Unix, true, "Unix or Windows line endings";
|
||||
indent_style: IndentStyle, IndentStyle::Block, false, "How do we indent expressions or items.";
|
||||
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 \
|
||||
expressions if they satisfy a heuristic notion of 'small'.";
|
||||
|
||||
// strings and comments
|
||||
|
Loading…
x
Reference in New Issue
Block a user