Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rustfmt config option name changed (softprops#182)
  • Loading branch information
softprops committed Jul 6, 2019
1 parent ee7be3d commit 7d9718b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit 7d9718b

Please sign in to comment.