Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
style(rustfmt): enable stricter import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed Jun 25, 2021
1 parent 1c8c809 commit 5d68bb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# https://rust-lang.github.io/rustfmt/

imports_layout = "HorizontalVertical"
imports_granularity = "Module"
group_imports = "StdExternalCrate"

0 comments on commit 5d68bb5

Please sign in to comment.