diff options
author | Devin Ragotzy <devin.ragotzy@gmail.com> | 2021-03-04 08:45:23 -0500 |
---|---|---|
committer | Devin Ragotzy <devin.ragotzy@gmail.com> | 2021-03-04 08:45:23 -0500 |
commit | 0d55964d241c00b36341f1843bb515f9241e8463 (patch) | |
tree | c547ed1d2a28df8b5a0c901ae46c891774df530b /rustfmt.toml | |
parent | d0df8b495c3c9433cd9c44393befecf33a0223a6 (diff) | |
download | conduit-0d55964d241c00b36341f1843bb515f9241e8463.zip |
Run nightly cargo fmt
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 7d2cf54..e86028b 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1 @@ -merge_imports = true +imports_granularity="Crate" |