Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c054a8

Browse files
committed
fix: fmt setting
1 parent 04ab797 commit 0c054a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ max_test_rejects = 999999
3535
[fmt]
3636
line_length = 120
3737
number_underscore = "thousands"
38-
multiline_func_header = "params_first"
38+
multiline_func_header = "params_first_multi"
3939
wrap_comments = true
4040
single_line_statement_blocks = "preserve"
4141
ignore = ["contracts/staking/StakingInfo.sol", "contracts/common/mixin/ChainIdMixin.sol"]

0 commit comments

Comments
 (0)