Skip to content

Commit 570b353

Browse files
committed
rustfmt: use .rustfmt.toml for configuration
1 parent 48da0e1 commit 570b353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
match_block_trailing_comma = true
21
force_multiline_blocks = true
3-
report_todo = "Unnumbered"
2+
license_template_path = ".license.template"
3+
match_block_trailing_comma = true
44
report_fixme = "Unnumbered"
5+
report_todo = "Unnumbered"
56
struct_lit_single_line = false
6-
license_template_path = ".license.template"

0 commit comments

Comments
 (0)