diff --git a/rustfmt.toml.disabled b/rustfmt.toml.disabled new file mode 100644 index 0000000..332d37a --- /dev/null +++ b/rustfmt.toml.disabled @@ -0,0 +1,5 @@ +# You can use this file to keep the imports formatted with `cargo +nightly fmt` +# This config uses some nightly options, so it has the .disabled extension to avoid it from causing errors on stable + +imports_granularity="Crate" +group_imports="One"