Skip to content

Commit c9cef5d

Browse files
committed
import_indent to Block
1 parent fb9a5ad commit c9cef5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ create_config! {
6262
where_single_line: bool, false, false, "Force where clauses to be on a single line";
6363

6464
// Imports
65-
imports_indent: IndentStyle, IndentStyle::Visual, false, "Indent of imports";
65+
imports_indent: IndentStyle, IndentStyle::Block, false, "Indent of imports";
6666
imports_layout: ListTactic, ListTactic::Mixed, false, "Item layout inside a import block";
6767
merge_imports: bool, false, false, "Merge imports";
6868

0 commit comments

Comments
 (0)