Skip to content

Commit

Permalink
🔧 Update rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein authored Mar 3, 2024
1 parent ffe708b commit 5488f66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
chain_width = 80
edition = "2021"
fn_call_width = 80
format_code_in_doc_comments = true
format_macro_matchers = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
reorder_impl_items = true
struct_lit_width = 35
imports_layout = "HorizontalVertical"
unstable_features = true
use_field_init_shorthand = true
version = "Two"

0 comments on commit 5488f66

Please sign in to comment.