mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
import_indent to Block
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user