aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-27 03:32:19 +0200
committerpml68 <contact@pml68.dev>2025-06-27 03:32:19 +0200
commit71d91a74918e1f848911a8e095c94cfd41bf77b1 (patch)
tree56a280ce539c2ca2da1eb19ae015a807e69ff515 /rustfmt.toml
parentfeat: make `System` variant non-reactive (diff)
downloadiced_material-71d91a74918e1f848911a8e095c94cfd41bf77b1.tar.gz
feat: add rustfmt configuration
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..e029395
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+edition = "2024"
+group_imports = "StdExternalCrate"
+max_width = 80