From c9cef5db170bc0ac2eb0cc42dff2013a4ad3d0c5 Mon Sep 17 00:00:00 2001 From: csmoe <35686186+csmoe@users.noreply.github.com> Date: Sun, 29 Apr 2018 19:57:49 +0800 Subject: [PATCH] import_indent to Block --- src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index 23897f3cc32..a4c0e1630a8 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -62,7 +62,7 @@ create_config! { 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";