Reformat the code to be not so wide.

This commit is contained in:
Oleksandr Kozachuk
2022-12-15 19:02:38 +01:00
parent 18faa1d766
commit 4dcfc95ad8
5 changed files with 304 additions and 123 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
max_width = 180
fn_call_width = 150
attr_fn_like_width = 140
array_width = 160
chain_width = 160
max_width = 120
fn_call_width = 110
attr_fn_like_width = 100
array_width = 100
chain_width = 100
edition = "2021"