Stéphane Campinas
|
78d9091aff
|
do not vertically align list items in case the tactic is Horizontal
|
2018-10-12 20:41:56 +02:00 |
|
Seiichi Uchida
|
e2b9c66cc9
|
Cargo fmt
|
2018-09-19 23:22:26 +09:00 |
|
Maximilian Roos
|
968affc3e0
|
final clippy changes
|
2018-09-01 16:32:38 -04:00 |
|
cad97
|
fc1909d311
|
Reformat
|
2018-08-23 17:14:19 -04:00 |
|
cad97
|
04d804c365
|
Rename CodeMap/FileMap to SourceMap/SourceFile
#2946
|
2018-08-23 17:10:46 -04:00 |
|
Seiichi Uchida
|
024c03e81b
|
Use builder pattern for ListFormatting
|
2018-08-03 22:13:20 +09:00 |
|
Nick Cameron
|
481e85cc58
|
formatting
|
2018-07-24 15:46:39 +12:00 |
|
Nick Cameron
|
486f8fd8e7
|
Fixup formatting of tests and source
|
2018-07-12 21:37:28 +12:00 |
|
Seiichi Uchida
|
3027c21371
|
Handle raw identifiers
|
2018-06-25 23:36:45 +09:00 |
|
Josh Chase
|
ee5ff2d9e8
|
Add flag to the ListFormatting struct for nested imports
|
2018-06-19 12:13:35 -04:00 |
|
Shotaro Yamada
|
d1e2b80fb9
|
Use saturating_sub
|
2018-05-15 20:41:43 +09:00 |
|
csmoe
|
84d3659767
|
update rustc syntax 91.0.0
|
2018-04-08 22:22:11 +08:00 |
|
Nick Cameron
|
39301ae5f2
|
Go back to a non-workspace structure
Kinda reverts https://github.com/rust-lang-nursery/rustfmt/pull/2419
|
2018-03-02 14:58:23 +13:00 |
|
topecongiro
|
4af2aa3a9e
|
Create rustfmt_core crate
|
2018-02-07 22:48:05 +09:00 |
|
Seiichi Uchida
|
154bf8e1af
|
Cargo fmt
|
2018-01-22 13:05:18 +09:00 |
|
Seiichi Uchida
|
2420d346c5
|
Put attributes and struct fields on different line
|
2018-01-11 16:57:12 +09:00 |
|
Seiichi Uchida
|
1ef6bccea3
|
Cargo fmt
Run 'cargo fmt' with the following setting:
```
reorder_imports = true
reorder_imports_in_group = true
```
|
2017-12-24 00:28:58 +09:00 |
|
Nick Cameron
|
20805acf42
|
Merge attributes_on_same_line_as_field and attributes_on_same_line_as_variant into same_line_attributes
|
2017-11-24 14:29:44 +13:00 |
|
topecongiro
|
35466adbfe
|
Generalize ListItems to allow a separator other than comma
|
2017-11-16 17:43:36 +09:00 |
|
topecongiro
|
b17de6228f
|
Cargo fmt
|
2017-11-02 21:45:00 +09:00 |
|
Martin Lindhe
|
f930a16b8d
|
fix some typos
|
2017-11-01 07:33:55 +01:00 |
|
topecongiro
|
fe69dde96b
|
Replace 'try_opt!' macro with a '?' operator
|
2017-10-05 20:50:19 +09:00 |
|
Seiichi Uchida
|
32fa51a6a9
|
Move Spanned to spanned.rs from lib.rs
|
2017-09-19 10:04:35 +09:00 |
|
Seiichi Uchida
|
df7d2be562
|
Move Indent and Shape to shape.rs from lib.rs
|
2017-09-19 10:04:35 +09:00 |
|
topecongiro
|
f51261e93e
|
Cargo fmt
|
2017-09-15 12:10:58 +09:00 |
|
topecongiro
|
467b7b5a6c
|
Take attributes_on_same_line_as_field into account
|
2017-09-04 16:15:32 +09:00 |
|
Seiichi Uchida
|
4b79055a15
|
Apply refactoring from cargo clippy
|
2017-08-31 12:49:12 +09:00 |
|
Vadim Petrochenkov
|
6e5c6f5ba3
|
Use getters to access Span fields
|
2017-08-31 14:14:13 +12:00 |
|
Seiichi Uchida
|
63ac49638b
|
Support match_pattern_separator_break_point config option
|
2017-08-18 23:19:47 +09:00 |
|
topecongiro
|
a4e0fe2b02
|
Allow attributes to stay on the same line with fields
|
2017-08-11 17:52:49 +09:00 |
|
topecongiro
|
be38606c77
|
Add leave_last field to ListItems
|
2017-08-09 16:37:21 +09:00 |
|
Seiichi Uchida
|
f9239dd630
|
Format source codes and update tests
|
2017-08-09 16:36:41 +09:00 |
|
Seiichi Uchida
|
e588f2fd7b
|
Make definitive_tactic more generic via enum Separator
|
2017-07-31 16:23:42 +09:00 |
|
Seiichi Uchida
|
570a3505b9
|
Make definitive_tactic more generic with separator length
|
2017-07-29 22:13:23 +09:00 |
|
Seiichi Uchida
|
261865ecc9
|
Remove newlines between list elements for expressions
|
2017-07-26 22:43:36 +09:00 |
|
topecongiro
|
6fd291981e
|
Sort imports in alphabetical and consistent order
|
2017-07-13 18:42:14 +09:00 |
|
topecongiro
|
34b4a9d3c4
|
Add struct_field_align_threshold for vertical alignment
|
2017-07-03 18:54:41 +09:00 |
|