Skip to content

Commit

Permalink
Update foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango authored Jul 24, 2023
1 parent 19d0ecf commit 4472bcd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ sizes = true
fs_permissions = [{ access = "read", path = "./node_modules/@jbx-protocol/juice-contracts-v3/deployments/mainnet"}] # Get the deployment addresses for forking
match_contract = "Unit || Fork"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[fmt]
bracket_spacing = true
int_types = "long"
line_length = 120
multiline_func_header = "all"
number_underscore = "thousands"
quote_style = "double"
tab_width = 4
wrap_comments = true

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit 4472bcd

Please sign in to comment.