Commit graph

2405 commits

Author SHA1 Message Date
topecongiro
a770c0e345 Fix chains-visual test 2017-11-13 17:37:56 +09:00
topecongiro
f3aba5d1df Update Configurations.md 2017-11-13 17:33:32 +09:00
topecongiro
04f09c9d85 Replace '*_indent' with 'indent_style' in src 2017-11-13 17:33:32 +09:00
topecongiro
a4e32b1853 Update legacy-rustfmt.toml 2017-11-13 17:33:32 +09:00
topecongiro
664e030534 Update tests 2017-11-13 17:33:32 +09:00
topecongiro
6003eae6a3 Remove redundant options 2017-11-13 17:33:32 +09:00
topecongiro
0d721241f4 Change chain_indent to indent_style 2017-11-13 17:33:32 +09:00
topecongiro
5e639cacdb Change Legacy to Visual 2017-11-13 17:33:32 +09:00
topecongiro
18a513b0c2 Change Rfc to Block 2017-11-13 17:33:32 +09:00
topecongiro
f613c8fa02 Recover imports_indent 2017-11-13 17:33:32 +09:00
topecongiro
96f3c36c04 Replace '_indent' with 'indent_style' 2017-11-13 17:33:32 +09:00
Nick Cameron
8a27a2da62 Add a test for #1524 2017-11-13 16:51:28 +13:00
Nick Cameron
4da9a147e1 Collapse multiple blocks in closures
Fixes #1524
2017-11-13 16:45:54 +13:00
Nick Cameron
bc6e493ce0 More closures refactoring 2017-11-13 16:29:43 +13:00
Nick Cameron
e6800bf27d remove closure_block_indent_threshold option 2017-11-13 15:40:54 +13:00
Nick Cameron
7ff2cb23f5
Merge pull request #2146 from topecongiro/where-on-unit-struct
Format where clause on unit struct
2017-11-13 15:28:32 +13:00
Nick Cameron
e6253c4d31 Extract a closures module 2017-11-13 15:27:16 +13:00
Nick Cameron
10bce817d9 Some basic refactoring 2017-11-13 15:13:23 +13:00
topecongiro
6b8cd40d07 Format where clause on unit struct 2017-11-13 11:07:09 +09:00
topecongiro
687b26c688 Add BracePos 2017-11-13 11:06:53 +09:00
topecongiro
1f5f9533d0 Add a test for where clause on unit struct 2017-11-13 11:06:09 +09:00
Nick Cameron
1a6d117719
Merge pull request #2145 from topecongiro/issue-2144
Format generics on unit struct
2017-11-13 13:01:37 +13:00
Nick Cameron
f2dbe7f042
Merge pull request #2140 from topecongiro/issue-2021
Return 'None' when macro or string literal exceeds max width
2017-11-13 12:21:16 +13:00
topecongiro
f45aba9ced Cargo clippy 2017-11-13 08:02:23 +09:00
topecongiro
c485202907 Format generics on unit struct 2017-11-13 08:02:06 +09:00
topecongiro
8685cdadda Add a test for #2144 2017-11-13 08:01:52 +09:00
Seiichi Uchida
896c3a2b7d
Merge pull request #2143 from davidalber/add-combine-control-expr-example
Adding an example for `combine_control_expr = false`
2017-11-13 07:44:37 +09:00
David Alber
f8eedcba5f Adding an example for combine_control_expr = false
Fixes #2132.
2017-11-12 10:16:19 -08:00
Seiichi Uchida
ffe8c73cf6
Merge pull request #2142 from davidalber/fix-where-density-examples
Updating `where_density = "Vertical"` example
2017-11-12 20:20:17 +09:00
David Alber
72f77eaf47 Updating where_density = "Vertical" example
The example for `where_density = "Vertical"` does not match the
current output from rustfmt. This change corrects that.

Fixes #2133.
2017-11-12 00:16:24 -08:00
Seiichi Uchida
70c69c6acd Update tests 2017-11-11 23:16:12 +09:00
Seiichi Uchida
d9e31be40f Refactor: use less vertical lines 2017-11-11 23:15:57 +09:00
Seiichi Uchida
033ce59a6a Return None when string literal from source exceeds max width 2017-11-11 23:15:33 +09:00
Seiichi Uchida
1664ebb18b Return 'None' when macro call snippet from source exceeds max width 2017-11-11 23:14:24 +09:00
Seiichi Uchida
881c5b5a6d Add a test for #2021 2017-11-11 23:14:01 +09:00
Nick Cameron
ba8233d361
Merge pull request #2138 from topecongiro/comments-around-trait-bounds
Comments around trait bounds
2017-11-11 10:19:35 +13:00
Nick Cameron
5496d87525
Merge pull request #2136 from topecongiro/issue-2025
Remove empty lines at the beginning of the file
2017-11-11 10:14:49 +13:00
Seiichi Uchida
4d28e148a5 Return None when there are comments around trait bounds 2017-11-10 21:21:53 +09:00
Seiichi Uchida
76f5bc06c4 Fix a typo 2017-11-10 21:21:06 +09:00
Seiichi Uchida
38a5350dcd Add a test for #2055 2017-11-10 21:20:54 +09:00
topecongiro
05798572bb Remove empty lines at the beginning of the file 2017-11-10 17:09:31 +09:00
topecongiro
6ce42823cb Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
topecongiro
0922f3f427 Update tests 2017-11-10 17:08:26 +09:00
topecongiro
a9647f1108 Add a test for #2025 2017-11-10 17:08:16 +09:00
Nick Cameron
291dbe8d87
Merge pull request #2134 from mathstuf/configuration-fixes
Configuration fixes
2017-11-10 11:16:09 +13:00
Ben Boeckel
523fc086c7 Configurations: document report_todo and report_fixme 2017-11-09 14:11:33 -05:00
Ben Boeckel
fcdd01989d Configurations: document reorder_extern_crates settings 2017-11-09 14:11:33 -05:00
Ben Boeckel
33a2bc9d3f Configurations: document error_on_line_overflow_comments 2017-11-09 14:11:33 -05:00
Ben Boeckel
4d547b38a7 Configurations: fix where_density documentation
The default is actually `Vertical`.
2017-11-09 14:11:33 -05:00
Ben Boeckel
1bb927e46f Configurations: add colons to example section titles 2017-11-09 14:11:33 -05:00