turtle-wow-source-kinda/Dumps/Source Code/20 - Development_turtle-logs/main/rustfmt.toml

10 lines
251 B
TOML
Raw Normal View History

2024-08-06 16:06:40 +00:00
comment_width = 250
max_width = 250
fn_args_layout = "Compressed"
format_code_in_doc_comments = true
format_strings = true
match_block_trailing_comma = true
newline_style = "Unix"
reorder_impl_items = true
where_single_line = true
wrap_comments = true