summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2016-11-29 18:21:57 +0100
committerLinus Färnstrand <linus@mullvad.net>2016-11-29 19:17:40 +0100
commit3ef1f48337b828d9530a9aa7bfc3bebbd8f893de (patch)
tree1924672bd51c3f5a5403f3d781edbe4f0ba33f59
parent9cc59fb676e1d1fd2309bc7e12f1e3749af7f8b2 (diff)
downloadmullvadvpn-3ef1f48337b828d9530a9aa7bfc3bebbd8f893de.tar.xz
mullvadvpn-3ef1f48337b828d9530a9aa7bfc3bebbd8f893de.zip
Change line width from 80 to 100
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 8fdebf437d..a1f5f912a5 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,4 @@
reorder_imports = true
wrap_comments = true
write_mode = "Overwrite"
+ideal_width = 100