import_indent to Block

This commit is contained in:
csmoe
2018-04-29 19:57:49 +08:00
parent fb9a5add9b
commit c9cef5db17
+1 -1
View File
@@ -62,7 +62,7 @@
where_single_line: bool, false, false, "Force where clauses to be on a single line";
// Imports
imports_indent: IndentStyle, IndentStyle::Visual, false, "Indent of imports";
imports_indent: IndentStyle, IndentStyle::Block, false, "Indent of imports";
imports_layout: ListTactic, ListTactic::Mixed, false, "Item layout inside a import block";
merge_imports: bool, false, false, "Merge imports";