chore: replace "variable_override_spacing" with "override_spacing"

This commit is contained in:
Paul Razvan Berg 2023-01-04 14:14:35 +02:00
parent abb4f402c9
commit 6b4024acb2
No known key found for this signature in database
GPG Key ID: BCC366159BD63828

View File

@ -6,9 +6,9 @@ int_types = "long"
line_length = 120
multiline_func_header = "all"
number_underscore = "thousands"
override_spacing = false
quote_style = "double"
tab_width = 4
variable_override_spacing = false
wrap_comments = true
[profile.default]