mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 13:13:17 +00:00
Recover imports_indent
This commit is contained in:
parent
96f3c36c04
commit
f613c8fa02
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-imports_indent: Block
|
||||
|
||||
use lists::{
|
||||
definitive_tactic, itemize_list, shape_for_tactic, struct_lit_formatting, struct_lit_shape,
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-imports_indent: Block
|
||||
// rustfmt-imports_layout: HorizontalVertical
|
||||
|
||||
use comment::{contains_comment, recover_comment_removed, rewrite_comment, FindUncommented};
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-imports_indent: Block
|
||||
// rustfmt-imports_layout: Mixed
|
||||
|
||||
use comment::{contains_comment, recover_comment_removed, rewrite_comment, FindUncommented};
|
||||
|
Loading…
Reference in New Issue
Block a user