Skip to content

Commit d37d5ab

Browse files
committed
Enable optimizer and sort imports
1 parent 8fb9145 commit d37d5ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
src = "src"
33
out = "out"
44
libs = ["lib"]
5+
optimizer_runs = 999_999
6+
7+
[fmt]
8+
sort_imports = true
59

610
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 commit comments

Comments
 (0)