aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-10 16:06:50 +0200
committerHampusM <hampus@hampusmat.com>2022-07-10 16:06:50 +0200
commit5129384fc0b6f51d315fd528d7769dd638018b88 (patch)
treee44b8a0df1789d3b39a649d1c27e0ea4aed403fa /rustfmt.toml
parent5894e39dd73579bdb949a3eaeb7b7b68f88df4e8 (diff)
style: group imports
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index fcb17fe..b689c7b 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,4 @@
max_width = 90
brace_style = "AlwaysNextLine"
+group_imports = "StdExternalCrate"