aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2017-05-02 04:03:51 +0200
committerNick Mathewson <nickm@torproject.org>2017-05-19 08:47:11 -0400
commited15511ac3ace940956c6c72a61387d37f035160 (patch)
tree983d4ce9545f561348059b7174d4efeee6bdfab4
parentf0516ed348283fb9fd8e9e1af7d9415728623b1d (diff)
downloadtor-ed15511ac3ace940956c6c72a61387d37f035160.tar.gz
tor-ed15511ac3ace940956c6c72a61387d37f035160.zip
Add rustfmt.toml
-rw-r--r--src/rust/.rustfmt.toml2
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