aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
committerUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
commited63f8063732fe9df96c4adf823639c20d7f99af (patch)
treec9566b764a0b9f66e57ee68c1167728ae6f8c34d /rustfmt.toml
parent1e6b807acbb106254209153cccd46c7ffd754c04 (diff)
chore: bump embassy-sync version
Prepare version 0.6.2 for release
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 3639f4386..592ad27ff 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,4 @@
1group_imports = "StdExternalCrate" 1group_imports = "StdExternalCrate"
2imports_granularity = "Module" 2imports_granularity = "Module"
3max_width=120 \ No newline at end of file 3edition = "2021"
4max_width=120