[tor-commits] [tor/master] Add rustfmt.toml
nickm at torproject.org
nickm at torproject.org
Fri May 19 13:28:24 UTC 2017
commit ed15511ac3ace940956c6c72a61387d37f035160
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue May 2 04:03:51 2017 +0200
Add rustfmt.toml
---
src/rust/.rustfmt.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/rust/.rustfmt.toml b/src/rust/.rustfmt.toml
new file mode 100644
index 0000000..f25bd51
--- /dev/null
+++ b/src/rust/.rustfmt.toml
@@ -0,0 +1,2 @@
+max_width = 80
+comment_width = 80
More information about the tor-commits
mailing list