summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Tangren <d.tangren@gmail.com>2019-07-06 15:07:56 -0400
committerGitHub <noreply@github.com>2019-07-06 15:07:56 -0400
commit7d9718b33764dea4a85859e94337e471de091332 (patch)
tree389a31962b70afdb0d279332f1a553bdd295dc37
parentee7be3d566945e453404e6c7b799d997418d145c (diff)
rustfmt config option name changed (#182)
-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