diff options
| author | Aaron Lobb <alobb@hmc.edu> | 2015-09-15 21:15:46 -0700 |
|---|---|---|
| committer | Aaron Lobb <alobb@hmc.edu> | 2015-09-15 21:15:46 -0700 |
| commit | 07f7926bc22bc4e83a696865f2e7bc986e7dbb57 (patch) | |
| tree | 63424ed8139650a8326f87a32f3a0846b7f5c94f /src | |
| parent | d773580715ae3f4dd7ea1a4561b25f0b29f47bf8 (diff) | |
Added help string for chains_overflow_last config parameter
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index e3ff126ee83..7ee7d200b8b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -199,7 +199,7 @@ create_config! { reorder_imports: bool, "Reorder import statements alphabetically", // Alphabetically, case sensitive. single_line_if_else: bool, "Put else on same line as closing brace for if statements", format_strings: bool, "Format string literals, or leave as is", - chains_overflow_last: bool, "chains overflow last", + chains_overflow_last: bool, "Allow last call in method chain to break the line", take_source_hints: bool, "Retain some formatting characteristics from the source code", } |
