Skip to content

Commit

Permalink
rustfmt: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 14, 2024
1 parent 5babffb commit ab723f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
hard_tabs = false
hide_parse_errors = false
show_parse_errors = true
ignore = []
imports_granularity = "Module"
imports_indent = "Block"
Expand All @@ -45,7 +45,7 @@ remove_nested_parens = true
reorder_impl_items = true
reorder_imports = true
reorder_modules = true
required_version = "1.7.0"
required_version = "1.7.1"
skip_children = false
space_after_colon = true
space_before_colon = false
Expand Down

0 comments on commit ab723f8

Please sign in to comment.