Skip to content

Commit add0a34

Browse files
committed
chore: fmt
1 parent 8aa50be commit add0a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# Quotation mark style
7575
quote_style = "double" # Options: "double", "single", "preserve"
7676
# Style of underscores in number literals
77-
number_underscore = "thousands" # Options: "preserve", "thousands", "remove"
77+
number_underscore = "remove" # Options: "preserve", "thousands", "remove"
7878
# Whether or not to wrap comments at line_length
7979
wrap_comments = false
8080
# List of files to ignore during formatting (can use glob patterns)

0 commit comments

Comments
 (0)