From 9a22a4d5ecf080f7b3a45e0236f7c3268001f317 Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 8 Aug 2019 22:03:03 -0400 Subject: [PATCH] rustfmt name changed --- rustfmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 3eb534e..899a094 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_args_density -fn_args_density = "Vertical" +# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_args_layout +fn_args_layout = "Vertical" # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports merge_imports = true \ No newline at end of file