diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-10 16:06:50 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-10 16:06:50 +0200 |
commit | 5129384fc0b6f51d315fd528d7769dd638018b88 (patch) | |
tree | e44b8a0df1789d3b39a649d1c27e0ea4aed403fa /rustfmt.toml | |
parent | 5894e39dd73579bdb949a3eaeb7b7b68f88df4e8 (diff) |
style: group imports
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 fcb17fe..b689c7b 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,4 @@ max_width = 90 brace_style = "AlwaysNextLine" +group_imports = "StdExternalCrate" |