Skip to content

Commit

Permalink
Fix foundry fmt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Sep 9, 2024
1 parent 2bb4130 commit 24ecc59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'
cache_path = 'cache_forge'
# solc-version = "0.8.26"
no-match-path = 'test/kontrol/*'

Expand All @@ -13,4 +13,5 @@ out = 'kout'
test = 'test/kontrol'

[fmt]
multiline_func_header = 'params_first'
line_length = 120
multiline_func_header = 'params_first_multi'

0 comments on commit 24ecc59

Please sign in to comment.