From 3655d61ca201b20fcb5e4fa0192ddcafbf6f7628 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 17:33:46 +0000 Subject: feat(global): :star: --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index de1e0ce..6a5c54c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -19,7 +19,7 @@ reorder_impl_items = true group_imports = "StdExternalCrate" reorder_modules = true report_fixme = "Always" -report_todo = "Always" +#report_todo = "Always" struct_field_align_threshold = 20 struct_lit_single_line = false tab_spaces = 2 -- cgit v1.2.3