From 13a66440743ea543babbf9980a469751b827f53a Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Mon, 20 Mar 2017 10:27:01 +1300 Subject: [PATCH] Update RFC toml file --- rfc-rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rfc-rustfmt.toml b/rfc-rustfmt.toml index ec3076c9a3b5..11bfda459563 100644 --- a/rfc-rustfmt.toml +++ b/rfc-rustfmt.toml @@ -1,3 +1,4 @@ fn_args_layout = "Block" +array_layout = "Block" where_style = "Rfc" generics_indent = "Tabbed"