Skip to content

Commit

Permalink
Remove duplicate fmt setting block
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSparksCode committed Nov 17, 2023
1 parent 83ce943 commit 92bbbcf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,4 @@
tab_width = 4
wrap_comments = true

[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

fs_permissions = [{ access = "read-write", path = "./"}]

0 comments on commit 92bbbcf

Please sign in to comment.