Skip to content

Commit

Permalink
update rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jul 1, 2023
1 parent 3e2acd3 commit a992522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ unstable_features = true

condense_wildcard_suffixes = true
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = false
reorder_impl_items = true
spaces_around_ranges = true
use_field_init_shorthand = true
Expand Down

0 comments on commit a992522

Please sign in to comment.