Skip to content

Commit

Permalink
import_indent to Block
Browse files Browse the repository at this point in the history
  • Loading branch information
csmoe committed Apr 29, 2018
1 parent fb9a5ad commit c9cef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit c9cef5d

Please sign in to comment.