diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2017-05-02 04:03:51 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-19 08:47:11 -0400 |
commit | ed15511ac3ace940956c6c72a61387d37f035160 (patch) | |
tree | 983d4ce9545f561348059b7174d4efeee6bdfab4 | |
parent | f0516ed348283fb9fd8e9e1af7d9415728623b1d (diff) | |
download | tor-ed15511ac3ace940956c6c72a61387d37f035160.tar.gz tor-ed15511ac3ace940956c6c72a61387d37f035160.zip |
Add rustfmt.toml
-rw-r--r-- | src/rust/.rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rust/.rustfmt.toml b/src/rust/.rustfmt.toml new file mode 100644 index 0000000000..f25bd51883 --- /dev/null +++ b/src/rust/.rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +comment_width = 80 |