Maraiah/rustfmt.toml

23 lines
575 B
TOML
Raw Permalink Normal View History

2019-02-08 21:02:52 -08:00
binop_separator = "Back"
brace_style = "AlwaysNextLine"
condense_wildcard_suffixes = true
enum_discrim_align_threshold = 40
2019-02-08 21:53:27 -08:00
fn_single_line = true
2019-02-08 21:02:52 -08:00
format_doc_comments = true
format_macro_matchers = true
format_strings = true
imports_indent = "Visual"
indent_style = "Visual"
max_width = 80
merge_imports = true
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = true
reorder_impl_items = true
struct_field_align_threshold = 40
tab_spaces = 3
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true