From 919c185021a7a540af61153c9a371c6361f9f26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 4 Apr 2016 09:13:24 +0200 Subject: [PATCH] Fixing fn arguments indentation --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 0b377a371..678a324b3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,6 +3,7 @@ max_width=150 ideal_width=120 tabs_spaces=4 fn_call_width=100 +fn_arg_indent="Tabbed" single_line_if_else=true where_indent="Visual" where_trailing_comma=true