Skip to content

Commit

Permalink
Tweak rustfmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Jul 23, 2023
1 parent cbfa283 commit 819d6ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
hard_tabs = false
imports_granularity = "Crate"
reorder_impl_items = true
use_field_init_shorthand = true
use_try_shorthand = true
format_code_in_doc_comments = true
wrap_comments = true
edition = "2018"
edition = "2021"
version = "Two"

0 comments on commit 819d6ca

Please sign in to comment.