We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa50be commit add0a34Copy full SHA for add0a34
foundry.toml
@@ -74,7 +74,7 @@
74
# Quotation mark style
75
quote_style = "double" # Options: "double", "single", "preserve"
76
# Style of underscores in number literals
77
- number_underscore = "thousands" # Options: "preserve", "thousands", "remove"
+ number_underscore = "remove" # Options: "preserve", "thousands", "remove"
78
# Whether or not to wrap comments at line_length
79
wrap_comments = false
80
# List of files to ignore during formatting (can use glob patterns)
0 commit comments