]> git.lizzy.rs Git - rust.git/blobdiff - rfc-rustfmt.toml
Fix weird indentaion in chain
[rust.git] / rfc-rustfmt.toml
index ec3076c9a3b57f0db53f59df9b9e6aec064be6d8..0e622bdd9434fd40a1a3d7a1f3e283a99102639b 100644 (file)
@@ -1,3 +1,6 @@
 fn_args_layout = "Block"
+array_layout = "Block"
+control_style = "Rfc"
 where_style = "Rfc"
-generics_indent = "Tabbed"
+generics_indent = "Block"
+fn_call_style = "Block"