summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-02-10 08:08:27 +0100
committerGitHub <noreply@github.com>2024-02-10 08:08:27 +0100
commitcdbfa55a2bd38a250bae5eb3bbfe89bd3190cc37 (patch)
treecc732a509acad26a5f484246eefaddddde776154 /rustfmt.toml
parent736933d81e4c207fbe10e4d1477c2e56968c99be (diff)
parent1ba7fa469d04530444eb0bc6d7c9ee2fd41457f6 (diff)
Merge pull request #5 from twistedfall/master
Bump dependencies and do some cleanup
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..7676086
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+edition = "2021"
+match_block_trailing_comma = true
+max_width = 120