Skip to content

Commit

Permalink
format: Set additional Rust default formatting options.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast committed Feb 20, 2025
1 parent 8642672 commit 5fbcb03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
imports_layout = "Vertical"
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
hard_tabs = true
reorder_impl_items = true
tab_spaces = 3
wrap_comments = true

0 comments on commit 5fbcb03

Please sign in to comment.