From d70aa7359219db2cf820d027337dd097660bda95 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 18 Aug 2020 23:53:29 -0600 Subject: [PATCH] Update rustfmt.toml --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 8390479..f214385 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,7 +3,7 @@ # Stable edition = "2018" -#fn_args_layout = "Compressed" +fn_args_layout = "Compressed" max_width = 80 tab_spaces = 2 use_field_init_shorthand = true