Caleb Cartwright
|
094b7f599c
|
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
|
2023-01-24 14:16:03 -06:00 |
|
Stéphane Campinas
|
e6b60a40d5
|
stabilise fn_args_density (#3581)
|
2019-06-03 22:26:48 +09:00 |
|
Stéphane Campinas
|
a4d1469baf
|
removed comment with default: rustfmt-indent_style
|
2018-06-27 01:35:53 +02:00 |
|
Nick Cameron
|
4f522794ae
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
|
topecongiro
|
4af2aa3a9e
|
Create rustfmt_core crate
|
2018-02-07 22:48:05 +09:00 |
|
topecongiro
|
f8074b340d
|
Combine fn_brace_style and item_brace_style
|
2017-11-14 10:47:02 +09:00 |
|
topecongiro
|
96f3c36c04
|
Replace '_indent' with 'indent_style'
|
2017-11-13 17:33:32 +09:00 |
|
topecongiro
|
55c2000d94
|
Rename 'fn_args_layout' to 'fn_args_indent'
|
2017-11-04 22:45:47 +09:00 |
|
Nick Cameron
|
d4c5d572c8
|
Unify fn_args_layout and fn_arg_indent
Closes #1390
|
2017-03-20 11:59:08 +13:00 |
|
Nick Cameron
|
21ff1d43ba
|
Unify a bunch of option types into IndentStyle
|
2017-03-20 11:46:39 +13:00 |
|
Nick Cameron
|
c986e895bb
|
Remove FnArgLayoutStyle::BlockAlways
|
2017-03-20 11:35:53 +13:00 |
|
Nick Cameron
|
846d7ad387
|
make rustfmt-normalize_comments false by default
|
2017-01-16 14:50:27 +13:00 |
|
Erik Johnston
|
4c9dd747bf
|
Fix long generic indent
|
2016-04-07 20:29:05 +01:00 |
|
Erik Johnston
|
8219d15291
|
Fix incorrect indent with fn_args_layout: Block
The closing parenthesis for the arg list was written on a new line
without first applying the appropriate indent.
|
2016-04-01 23:01:49 +01:00 |
|
Ari Koivula
|
f4171e97eb
|
Add test for vertical fn_args_density
|
2016-03-14 02:02:37 +02:00 |
|