aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-09 19:35:17 +0200
committerHampusM <hampus@hampusmat.com>2022-07-09 19:35:17 +0200
commitfe4cbae692b873425db562784657daeaa7914772 (patch)
tree114673013523494a77148c9a2f98ac84841bd51e /rustfmt.toml
parent4fe3fc03b6a0d6297c50f840916efa51c6d9ceeb (diff)
style: add rustfmt config
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..fcb17fe
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+max_width = 90
+brace_style = "AlwaysNextLine"
+