mirror of
https://github.com/FuelLabs/sway.git
synced 2025-07-07 21:25:21 +00:00
chore: rename fn_args_layout
to fn_params_layout
in rustfmt.toml
(#4530)
## Description Since https://github.com/rust-lang/rustfmt/issues/4149 is released with latest rust toolchain 1.69, we are seeing some warnings from rustfmt. This PR addresses the depreciation note in our `rustfmt.toml`.
This commit is contained in:
parent
befca87ee2
commit
1a881eeb91
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
fn_args_layout = "Tall"
|
||||
fn_params_layout = "Tall"
|
||||
hard_tabs = false
|
||||
match_arm_leading_pipes = "Never"
|
||||
max_width = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue