We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5babffb commit ab723f8Copy full SHA for ab723f8
rustfmt.toml
@@ -24,7 +24,7 @@ format_macro_matchers = true
24
format_strings = true
25
group_imports = "StdExternalCrate"
26
hard_tabs = false
27
-hide_parse_errors = false
+show_parse_errors = true
28
ignore = []
29
imports_granularity = "Module"
30
imports_indent = "Block"
@@ -45,7 +45,7 @@ remove_nested_parens = true
45
reorder_impl_items = true
46
reorder_imports = true
47
reorder_modules = true
48
-required_version = "1.7.0"
+required_version = "1.7.1"
49
skip_children = false
50
space_after_colon = true
51
space_before_colon = false
0 commit comments