diff options
author | HampusM <hampus@hampusmat.com> | 2023-10-26 21:05:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-26 21:05:34 +0200 |
commit | eab619bd5cfc520d3962097d16582eae6977d6dc (patch) | |
tree | c5a6ab322f33d452733bac233c631eb6a4fbcef9 /rustfmt.toml | |
parent | 76a3a021402e05823e1f82fd592c853a4a6be563 (diff) |
style: increase max struct literal width to 36
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 4d1e29f..df78ba9 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -8,4 +8,4 @@ imports_layout = "HorizontalVertical" imports_granularity = "Module" newline_style = "Unix" reorder_impl_items = true - +struct_lit_width = 36 |