chore: delete "override_spacing" option in Foundry config
See https://github.com/foundry-rs/foundry/pull/4023
This commit is contained in:
parent
fb77ad3549
commit
eec4fa2b75
|
@ -6,7 +6,6 @@ int_types = "long"
|
||||||
line_length = 120
|
line_length = 120
|
||||||
multiline_func_header = "all"
|
multiline_func_header = "all"
|
||||||
number_underscore = "thousands"
|
number_underscore = "thousands"
|
||||||
override_spacing = false
|
|
||||||
quote_style = "double"
|
quote_style = "double"
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
|
|
Loading…
Reference in New Issue