tiny_os/rustfmt.toml
2024-04-12 01:17:36 +08:00

17 lines
367 B
TOML

unstable_features = true
edition = "2021"
max_width = 125
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