diff options
author | Jake Howard <[email protected]> | 2021-04-06 21:54:42 +0100 |
---|---|---|
committer | Jake Howard <[email protected]> | 2021-04-06 21:54:42 +0100 |
commit | 3ab90259f20063b72c5560da3346840da7223acc (patch) | |
tree | 31ecdb87a59028fefcd00850d9235a5432fac151 /rustfmt.toml | |
parent | 93c881a7a9abf30c1d2cfea961d5637de2757b86 (diff) | |
download | vaultwarden-3ab90259f20063b72c5560da3346840da7223acc.tar.gz vaultwarden-3ab90259f20063b72c5560da3346840da7223acc.zip |
Modify rustfmt file
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 5 |
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 |