Christopher Armstrong
|
b2d57b927e
|
use contains_comment instead of an ad-hoc check for "//"
|
2018-02-16 14:14:34 -06:00 |
|
Christopher Armstrong
|
f5c46559d6
|
hacky solution that makes the tests pass but should really be better
|
2018-02-16 14:14:34 -06:00 |
|
Nick Cameron
|
7293a8b122
|
Merge pull request #2450 from topecongiro/issue-37
Preserve trailing spaces in doc comments even when options are set
|
2018-02-16 18:08:27 +13:00 |
|
Seiichi Uchida
|
b60d9b0d4f
|
Preserve trailing spaces in doc comments even when options are set
Closes #37.
|
2018-02-16 10:14:06 +09:00 |
|
Nick Cameron
|
99faae6648
|
Merge pull request #2443 from topecongiro/skip-children
Do not try to parse external modules when skipping children
|
2018-02-16 14:07:29 +13:00 |
|
Nick Cameron
|
651dae30f1
|
Merge pull request #2436 from topecongiro/markdown-spaces
Preserve trailing two whitespace in comments
|
2018-02-16 13:51:37 +13:00 |
|
Seiichi Uchida
|
bc12c84d2f
|
Do not try to parse external modules when skipping children
|
2018-02-15 22:48:06 +09:00 |
|
Seiichi Uchida
|
c2dd1bcf66
|
Add rustfmt_skip to a test with long string
|
2018-02-15 22:47:32 +09:00 |
|
topecongiro
|
6f38a4aeab
|
Preserve two or more trailing spaces in doc comment
rustdoc treats two or more trailing spaces as a line break.
|
2018-02-15 16:41:47 +09:00 |
|
topecongiro
|
296018afe7
|
Preserve trailing whitespaces only for doc comment
|
2018-02-15 16:34:22 +09:00 |
|
Nick Cameron
|
091ed2f0a4
|
Merge pull request #2086 from jugglerchris/difflines_mode
Add a new "modified lines" write mode.
|
2018-02-15 15:21:44 +13:00 |
|
topecongiro
|
785da7439f
|
Return None when format_code_block may have failed
|
2018-02-14 19:00:45 +09:00 |
|
Nick Cameron
|
418a612220
|
Merge pull request #2440 from topecongiro/issue-2439
Disable formatting macro-def if args do not fit on one line
|
2018-02-14 12:10:08 +13:00 |
|
topecongiro
|
b49b30746d
|
Disable formatting macro-def if args do not fit on one line
|
2018-02-14 04:00:26 +09:00 |
|
Seiichi Uchida
|
fe30dab017
|
Preserve trailing two whitespace in comments
Closes #2434.
|
2018-02-13 19:39:37 +09:00 |
|
Chris Emerson
|
807f29206a
|
Update after review comments.
|
2018-02-12 23:07:46 +00:00 |
|
Chris Emerson
|
c2fda14e0a
|
Merge remote-tracking branch 'origin/master' into difflines_mode
|
2018-02-12 22:43:37 +00:00 |
|
brotzeit
|
32953d04de
|
don't print verbose output when formatting with stdin
|
2018-02-12 12:58:38 +01:00 |
|
Seiichi Uchida
|
b2a3986160
|
Pub use Config and Summary
|
2018-02-07 23:15:00 +09:00 |
|
topecongiro
|
4af2aa3a9e
|
Create rustfmt_core crate
|
2018-02-07 22:48:05 +09:00 |
|