Recover imports_indent

This commit is contained in:
topecongiro 2017-11-13 16:20:44 +09:00
parent 96f3c36c04
commit f613c8fa02
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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};

View File

@ -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};