tiny_os/rustfmt.toml

16 lines
341 B
TOML
Raw Permalink Normal View History

2024-02-01 19:12:56 +08:00
unstable_features = true
edition = "2021"
2024-04-12 01:17:36 +08:00
max_width = 125
2024-02-01 19:12:56 +08:00
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
use_try_shorthand = true
where_single_line = true