This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
source
/
configs
History
rchaser53
c2534f5324
fix "internal error: left behind trailing whitespace" with long lines
2019-02-01 19:58:38 +09:00
..
blank_lines_lower_bound
…
brace_style
…
comment_width
…
condense_wildcard_suffixes
…
control_brace_style
…
disable_all_formatting
…
empty_item_single_line
…
enum_discrim_align_threshold
Change enum align semantics to care about absolute length, rather than difference.
2018-09-26 18:47:17 +00:00
error_on_line_overflow
…
fn_args_density
…
fn_single_line
…
force_explicit_abi
…
force_multiline_block
…
format_macro_bodies
Add some tests I forgot about earlier
2018-08-01 10:41:16 +12:00
format_macro_matchers
Add some tests I forgot about earlier
2018-08-01 10:41:16 +12:00
format_strings
…
hard_tabs
…
imports_layout
…
indent_style
fix "internal error: left behind trailing whitespace" with long lines
2019-02-01 19:58:38 +09:00
match_arm_blocks
…
match_block_trailing_comma
…
merge_derives
…
normalize_comments
…
remove_nested_parens
…
reorder_impl_items
…
reorder_imports
…
reorder_modules
…
skip_children
…
space_before_colon
…
spaces_around_ranges
…
struct_field_align_threshold
Update uses of
rustfmt_skip
to
rustfmt::skip
2018-05-14 16:25:10 +12:00
struct_lit_single_line
…
tab_spaces
…
trailing_comma
…
type_punctuation_density
…
use_field_init_shorthand
Update uses of
rustfmt_skip
to
rustfmt::skip
2018-05-14 16:25:10 +12:00
use_small_heuristics
Add max_width option for all heuristics.
2018-07-17 13:17:36 -04:00
use_try_shorthand
…
where_single_line
fix tests
2018-05-31 18:34:06 +08:00
wrap_comments
…