# Rustfmt configuration for tele-tui # https://rust-lang.github.io/rustfmt/ edition = "2021" max_width = 100 tab_spaces = 4 newline_style = "Unix" # Formatting use_small_heuristics = "Default" fn_call_width = 80 struct_lit_width = 50