mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-18 17:41:07 +00:00

## 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`.
12 lines
296 B
TOML
12 lines
296 B
TOML
fn_params_layout = "Tall"
|
|
hard_tabs = false
|
|
match_arm_leading_pipes = "Never"
|
|
max_width = 100
|
|
merge_derives = true
|
|
remove_nested_parens = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
tab_spaces = 4
|
|
use_field_init_shorthand = false
|
|
use_small_heuristics = "Default"
|
|
use_try_shorthand = false
|