summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-08-30 01:57:49 -0400
committerOwen Jacobson <owen@grimoire.ca>2025-08-30 01:57:49 -0400
commit342d4720576369f83d88b0dbde6ca5d58aebd252 (patch)
tree5de73ac23e13e7b1ed5d1cbcba717fbc07689fee /rustfmt.toml
parent8712c3a19c279d664ce75e8e90d6dde1bda56cb4 (diff)
Automatically reorder imports to my preferred style.
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 26527d9..0a2eec8 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -3,3 +3,4 @@
#
# Yes, this is why the `check-format` and `reformat` tools use `+nightly`.
imports_granularity = "crate"
+group_imports = "StdExternalCrate"