summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-08-29 17:52:45 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-09-18 22:38:20 +0200
commit5977ca669756600bc39c7148f16e79a2569c36d4 (patch)
treefcc078d628356bc8a5bc4a79a1dfd072392c2945
parent541de45e2d6cbca39f16c4a865f1447af8ba585c (diff)
downloadmullvadvpn-5977ca669756600bc39c7148f16e79a2569c36d4.tar.xz
mullvadvpn-5977ca669756600bc39c7148f16e79a2569c36d4.zip
Update rustfmt.toml
-rw-r--r--rustfmt.toml3
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