summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rustfmt.toml4
1 files 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