diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2016-11-29 18:21:57 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2016-11-29 19:17:40 +0100 |
| commit | 3ef1f48337b828d9530a9aa7bfc3bebbd8f893de (patch) | |
| tree | 1924672bd51c3f5a5403f3d781edbe4f0ba33f59 | |
| parent | 9cc59fb676e1d1fd2309bc7e12f1e3749af7f8b2 (diff) | |
| download | mullvadvpn-3ef1f48337b828d9530a9aa7bfc3bebbd8f893de.tar.xz mullvadvpn-3ef1f48337b828d9530a9aa7bfc3bebbd8f893de.zip | |
Change line width from 80 to 100
| -rw-r--r-- | rustfmt.toml | 1 |
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 |
