Skip to content

Commit 8870a2d

Browse files
committed
Remove .rustfmt.toml in favor of rustfmt.toml.
Fixes #4
1 parent d21b2c0 commit 8870a2d

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.rustfmt.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
edition = "2021"
22
force_explicit_abi = true
3-
fn_args_layout = "Tall"
3+
fn_params_layout = "Tall"
44
hard_tabs = false
55
imports_granularity = "One"
66
max_width = 120

0 commit comments

Comments
 (0)