Files
physical/rustfmt.toml
Zachary Sunforge 2ce1b46d75 Project setup
2023-06-06 11:06:42 -07:00

8 lines
217 B
TOML

imports_granularity = "Module"
format_strings = true
wrap_comments = true
match_block_trailing_comma = true
enum_discrim_align_threshold = 25
fn_call_width = 100
comment_width = 120
single_line_if_else_max_width = 100