Added help string for chains_overflow_last config parameter

This commit is contained in:
Aaron Lobb 2015-09-15 21:15:46 -07:00
parent d773580715
commit 07f7926bc2

View file

@ -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",
}