From eab619bd5cfc520d3962097d16582eae6977d6dc Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 26 Oct 2023 21:05:34 +0200 Subject: style: increase max struct literal width to 36 --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustfmt.toml') 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 -- cgit v1.2.3-18-g5258