summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-04-18 12:59:33 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-04-18 13:00:03 +0200
commit67d80b7551cd8958d46ae3c9c4e7872725143606 (patch)
tree12c4e0fbdcef3daf85ff7c16c1febf91c89300c8
parent2a57419b9876d7a845b602e303a7d10494a43729 (diff)
downloadmullvadvpn-67d80b7551cd8958d46ae3c9c4e7872725143606.tar.xz
mullvadvpn-67d80b7551cd8958d46ae3c9c4e7872725143606.zip
Activate take_source_hint
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 8b8325406b..d56f55c24d 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -11,5 +11,6 @@ comment_width = 100
chain_one_line_max = 100
array_layout = "Block"
fn_call_style = "Block"
+take_source_hints = true
write_mode = "Overwrite"