summary refs log tree commit diff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-04 23:25:44 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-04 23:25:44 +1300
commit1f82a90833990db8efe6111f89a9126a2fde74c5 (patch)
treeba7783a34a51fa710e332b00f824cef93abc2436 /.rustfmt.toml
parentd58a4d4ec245ea336b0e8b93e5ae3907b39395b4 (diff)
feat: refactor tooling
Diffstat (limited to '')
-rw-r--r--.rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
index ebf394c..3a60dda 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -5,7 +5,7 @@ format_strings = true
 group_imports = "StdExternalCrate"
 hard_tabs = true
 hex_literal_case = "Upper"
-imports_granulatiry = "Crate"
+imports_granularity = "Crate"
 reorder_impl_items = true
 reorder_modules = true
 use_field_init_shorthand = true