mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
6 lines
188 B
TOML
6 lines
188 B
TOML
use_field_init_shorthand = true
|
|
match_block_trailing_comma = true
|
|
fn_single_line = true
|
|
imports_indent = "Block"
|
|
control_brace_style = "ClosingNextLine"
|
|
single_line_if_else_max_width = 92
|