Change Rfc to Block

This commit is contained in:
topecongiro 2017-11-13 16:22:09 +09:00
parent f613c8fa02
commit 18a513b0c2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// rustfmt-indent_style: Rfc
// rustfmt-indent_style: Block
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {

View File

@ -1,7 +1,7 @@
// rustfmt-indent_style: Block
// rustfmt-indent_style: Block
// rustfmt-indent_style: Block
// rustfmt-indent_style: Rfc
// rustfmt-indent_style: Block
// #1357
impl<'a, Select, From, Distinct, Where, Order, Limit, Offset, Groupby, DB> InternalBoxedDsl<'a, DB>

View File

@ -1,4 +1,4 @@
// rustfmt-indent_style: Rfc
// rustfmt-indent_style: Block
// #1618
fn main() {

View File

@ -1,4 +1,4 @@
// rustfmt-indent_style: Rfc
// rustfmt-indent_style: Block
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T