diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-08-29 17:52:45 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-18 22:38:20 +0200 |
| commit | 5977ca669756600bc39c7148f16e79a2569c36d4 (patch) | |
| tree | fcc078d628356bc8a5bc4a79a1dfd072392c2945 | |
| parent | 541de45e2d6cbca39f16c4a865f1447af8ba585c (diff) | |
| download | mullvadvpn-5977ca669756600bc39c7148f16e79a2569c36d4.tar.xz mullvadvpn-5977ca669756600bc39c7148f16e79a2569c36d4.zip | |
Update rustfmt.toml
| -rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 48d9efb99e..25060d89d5 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,6 @@ # Activation of features, almost objectively better ;) reorder_imports = true +reorder_imported_names = true reorder_imports_in_group = true use_try_shorthand = true condense_wildcard_suffices = true @@ -8,4 +9,4 @@ wrap_comments = true # Heavily subjective style choices comment_width = 100 -chain_one_line_max = 100 +take_source_hints = true |
