We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9a5ad commit c9cef5dCopy full SHA for c9cef5d
src/config/mod.rs
@@ -62,7 +62,7 @@ create_config! {
62
where_single_line: bool, false, false, "Force where clauses to be on a single line";
63
64
// Imports
65
- imports_indent: IndentStyle, IndentStyle::Visual, false, "Indent of imports";
+ imports_indent: IndentStyle, IndentStyle::Block, false, "Indent of imports";
66
imports_layout: ListTactic, ListTactic::Mixed, false, "Item layout inside a import block";
67
merge_imports: bool, false, false, "Merge imports";
68
0 commit comments