diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-08-30 01:57:49 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-08-30 01:57:49 -0400 |
| commit | 342d4720576369f83d88b0dbde6ca5d58aebd252 (patch) | |
| tree | 5de73ac23e13e7b1ed5d1cbcba717fbc07689fee /rustfmt.toml | |
| parent | 8712c3a19c279d664ce75e8e90d6dde1bda56cb4 (diff) | |
Automatically reorder imports to my preferred style.
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 1 |
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" |
