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
/
target
/
configs
History
Ivan Molodetskikh
cbaed838d5
No trailing comma in struct literals (Visual)
2018-10-06 10:59:47 +03:00
..
blank_lines_lower_bound
…
brace_style
…
combine_control_expr
…
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
…
error_on_unformatted
…
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_indent
…
imports_layout
Update tests
2018-06-05 19:58:21 +09:00
indent_style
No trailing comma in struct literals (Visual)
2018-10-06 10:59:47 +03: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
…
struct_lit_single_line
…
tab_spaces
…
trailing_comma
…
trailing_semicolon
…
type_punctuation_density
…
use_field_init_shorthand
…
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
…