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 15, 2021
1 parent f3cec60 commit 6114a0b
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 6114a0b

Please sign in to comment.