We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a75bed commit e3365ebCopy full SHA for e3365eb
rustfmt.toml
@@ -1,5 +1,6 @@
1
condense_wildcard_suffixes = true
2
error_on_unformatted = true
3
+float_literal_trailing_zero = "Always"
4
format_code_in_doc_comments = true
5
format_macro_matchers = true
6
format_strings = true
@@ -11,8 +12,8 @@ newline_style = "Unix"
11
12
normalize_comments = true
13
normalize_doc_attributes = true
14
reorder_impl_items = true
-style_edition = "2024"
15
unstable_features = true
16
+use_field_init_shorthand = true
17
use_small_heuristics = "Max"
18
use_try_shorthand = true
19
wrap_comments = true
0 commit comments