diff --git a/foundry.toml b/foundry.toml index b40e7e68..a41bd76c 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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/*' @@ -13,4 +13,5 @@ out = 'kout' test = 'test/kontrol' [fmt] -multiline_func_header = 'params_first' +line_length = 120 +multiline_func_header = 'params_first_multi'