Empty rustfmt configuration for default settings
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
89f9efe639
commit
d61c2e5c91
16
rustfmt.toml
16
rustfmt.toml
|
@ -1,16 +0,0 @@
|
||||||
format_strings = true
|
|
||||||
format_macro_matchers = true
|
|
||||||
imports_layout = "HorizontalVertical"
|
|
||||||
merge_imports = true
|
|
||||||
match_block_trailing_comma = true
|
|
||||||
merge_derives = true
|
|
||||||
newline_style = "Unix"
|
|
||||||
normalize_comments = true
|
|
||||||
reorder_impl_items = true
|
|
||||||
space_after_colon = true
|
|
||||||
space_before_colon = false
|
|
||||||
struct_lit_single_line = false
|
|
||||||
type_punctuation_density = "Wide"
|
|
||||||
use_field_init_shorthand = true
|
|
||||||
use_try_shorthand = true
|
|
||||||
wrap_comments = true
|
|
Loading…
Reference in New Issue