perlbot-matrix-bridge/rustfmt.toml
2020-08-28 08:43:42 -07:00

22 lines
No EOL
536 B
TOML

unstable_features = true
blank_lines_lower_bound = 0
blank_lines_upper_bound = 3
#chain_width = 120
wrap_comments = true
comment_width = 100
edition = "2018"
enum_discrim_align_threshold = 16
#fn_params_layout = "Compressed"
#fn_call_width = 100
fn_single_line = true
format_code_in_doc_comments = true
ignore = ["extern/"]
max_width = 120
merge_derives = true
merge_imports = true
normalize_doc_attributes = true
reorder_impl_items = true
tab_spaces = 2
use_field_init_shorthand = true
use_try_shorthand = true
where_single_line = true