mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 17:13:48 +00:00
12 lines
269 B
TOML
12 lines
269 B
TOML
|
max_width = 100
|
||
|
ideal_width = 80
|
||
|
leeway = 5
|
||
|
tab_spaces = 2
|
||
|
newline_style = "Unix"
|
||
|
fn_brace_style = "SameLineWhere"
|
||
|
fn_return_indent = "WithArgs"
|
||
|
fn_args_paren_newline = true
|
||
|
struct_trailing_comma = true
|
||
|
struct_lit_trailing_comma = "Vertical"
|
||
|
enum_trailing_comma = true
|