mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
10 lines
251 B
TOML
10 lines
251 B
TOML
|
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
|