Skip to content

Commit

Permalink
refactor: update rustfmt.toml
Browse files Browse the repository at this point in the history
According to the agreed upon Rust conventions.
  • Loading branch information
kodemartin committed May 28, 2024
1 parent e303f5e commit c687953
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
version = "Two"
edition = "2021"
use_field_init_shorthand = true
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
normalize_comments = true
normalize_doc_attributes = true
wrap_comments = true

0 comments on commit c687953

Please sign in to comment.