summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-24 01:12:36 +0100
committerpml68 <contact@pml68.dev>2024-12-24 01:12:36 +0100
commit7db43ca97b41a210dab3aa7803c185287640bebf (patch)
tree161cc9c756d3b1a7986c60ca8e933c2a5e8078c4 /rustfmt.toml
parentstyle: add `max_width=80` to rustfmt.toml (diff)
downloadiced-builder-7db43ca97b41a210dab3aa7803c185287640bebf.tar.gz
feat: move rustfmt.toml to `iced_builder`
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
deleted file mode 100644
index 197262a..0000000
--- a/rustfmt.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-edition = "2021"
-imports_granularity = "Module"
-group_imports = "StdExternalCrate"
-max_width = 80