tiny_os/rustfmt.toml

15 lines
350 B
TOML

unstable_features = true
edition = "2021"
blank_lines_lower_bound = 0
enum_discrim_align_threshold = 20
struct_field_align_threshold = 20
condense_wildcard_suffixes = true
format_macro_matchers = true
match_arm_leading_pipes = "Preserve"
match_block_trailing_comma = true
reorder_impl_items = true
use_try_shorthand = true
where_single_line = true