tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ed15511ac3ace940956c6c72a61387d37f035160
parent f0516ed348283fb9fd8e9e1af7d9415728623b1d
Author: Sebastian Hahn <sebastian@torproject.org>
Date:   Tue,  2 May 2017 04:03:51 +0200

Add rustfmt.toml

Diffstat:
Asrc/rust/.rustfmt.toml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/rust/.rustfmt.toml b/src/rust/.rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +comment_width = 80