mirror of https://github.com/dswd/vpncloud.git
17 lines
445 B
TOML
17 lines
445 B
TOML
|
use_small_heuristics = "Max"
|
||
|
comment_width = 120
|
||
|
fn_args_layout = "Compressed"
|
||
|
where_single_line = true
|
||
|
merge_imports = true
|
||
|
max_width = 120
|
||
|
force_multiline_blocks = true
|
||
|
normalize_comments = true
|
||
|
trailing_comma = "Never"
|
||
|
trailing_semicolon = false
|
||
|
use_field_init_shorthand = true
|
||
|
use_try_shorthand = true
|
||
|
wrap_comments = true
|
||
|
overflow_delimited_expr = true
|
||
|
blank_lines_upper_bound = 2
|
||
|
normalize_doc_attributes = true
|
||
|
inline_attribute_width = 50
|