diff options
author | Daniel García <[email protected]> | 2018-12-30 23:34:31 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-12-30 23:34:31 +0100 |
commit | 30e768613b3345405f118cbad2580107a8811af7 (patch) | |
tree | 2a71f22be0ffd888c1181f9225741758c9869b2d /rustfmt.toml | |
parent | 72ed05c4a4013e7a5f7030b5177f17cc011b2b03 (diff) | |
download | vaultwarden-30e768613b3345405f118cbad2580107a8811af7.tar.gz vaultwarden-30e768613b3345405f118cbad2580107a8811af7.zip |
Start using rustfmt and some style changes to make some lines shorter
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..75306517 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 120 |