summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorJake Howard <[email protected]>2021-04-06 21:54:42 +0100
committerJake Howard <[email protected]>2021-04-06 21:54:42 +0100
commit3ab90259f20063b72c5560da3346840da7223acc (patch)
tree31ecdb87a59028fefcd00850d9235a5432fac151 /rustfmt.toml
parent93c881a7a9abf30c1d2cfea961d5637de2757b86 (diff)
downloadvaultwarden-3ab90259f20063b72c5560da3346840da7223acc.tar.gz
vaultwarden-3ab90259f20063b72c5560da3346840da7223acc.zip
Modify rustfmt file
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 679c7ab8..630b42b2 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,2 +1,7 @@
version = "Two"
+edition = "2018"
max_width = 120
+newline_style = "Unix"
+use_small_heuristics = "Off"
+struct_lit_single_line = false
+overflow_delimited_expr = true