mirror of
https://github.com/sile/hls_m3u8.git
synced 2025-01-02 16:48:40 +00:00
improve rustfmt.toml
This commit is contained in:
parent
7a918d31bd
commit
ec0b5cdb21
1 changed files with 5 additions and 0 deletions
|
@ -2,9 +2,14 @@ error_on_unformatted = true
|
|||
edition = "2018"
|
||||
fn_single_line = true
|
||||
force_multiline_blocks = true
|
||||
|
||||
format_code_in_doc_comments = true
|
||||
format_macro_matchers = true
|
||||
format_macro_bodies = true
|
||||
|
||||
match_arm_blocks = true
|
||||
reorder_impl_items = true
|
||||
use_field_init_shorthand = true
|
||||
wrap_comments = true
|
||||
condense_wildcard_suffixes = true
|
||||
unstable_features = true
|
||||
|
|
Loading…
Reference in a new issue