Skip to content

Commit

Permalink
remove settings from rustfmt config that cause conflicts between vers…
Browse files Browse the repository at this point in the history
…ions with minimal value
  • Loading branch information
EngJay committed Aug 4, 2024
1 parent 4b58839 commit 8a5b221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
required_version = "1.7.0"
unstable_features = false
disable_all_formatting = false
skip_children = false
hide_parse_errors = false
error_on_line_overflow = false
error_on_unformatted = false
ignore = []
Expand Down

0 comments on commit 8a5b221

Please sign in to comment.