summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-24 00:44:27 +0100
committerpml68 <contact@pml68.dev>2024-12-24 00:44:36 +0100
commit699e380dd2d6ebf61849dba8c225b512e9fa816a (patch)
treec3f9e75c840ba4256917d705f565022274041213 /rustfmt.toml
parentrefactor: apply a few clippy suggestions (diff)
downloadiced-builder-699e380dd2d6ebf61849dba8c225b512e9fa816a.tar.gz
style: add `max_width=80` to rustfmt.toml
Diffstat (limited to '')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 334de43..197262a 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,4 @@
edition = "2021"
imports_granularity = "Module"
group_imports = "StdExternalCrate"
+max_width = 80