intermodal/rustfmt.toml
Casey Rodarmor 452486a782
Placate clippy
type: reform
2021-05-02 22:00:43 -07:00

18 lines
596 B
TOML

comment_width = 80
edition = "2018"
error_on_line_overflow = true
error_on_unformatted = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_strings = true
imports_granularity = "Crate"
max_width = 100
newline_style = "Unix"
normalize_comments = true
reorder_impl_items = true
tab_spaces = 2
unstable_features = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true