1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-04 17:48:59 +00:00
hls_m3u8/rustfmt.toml

16 lines
352 B
TOML
Raw Permalink Normal View History

2019-10-03 15:01:15 +00:00
error_on_unformatted = true
edition = "2018"
fn_single_line = true
force_multiline_blocks = true
2020-04-09 07:28:50 +00:00
2019-10-03 15:01:15 +00:00
format_code_in_doc_comments = true
format_macro_matchers = true
2020-04-09 07:28:50 +00:00
format_macro_bodies = true
2019-10-03 15:01:15 +00:00
match_arm_blocks = true
reorder_impl_items = true
use_field_init_shorthand = true
wrap_comments = true
2020-04-09 07:28:50 +00:00
condense_wildcard_suffixes = true
unstable_features = true