diff options
| author | Fuwn <[email protected]> | 2021-04-28 22:38:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 22:38:03 -0700 |
| commit | 8c65dc70b1bfc55fe9de59a45310ca520565dfec (patch) | |
| tree | 3014b13de461c1175b343f18b380019f91ac6eaa /rustfmt.toml | |
| parent | test: Temporarily re-enable report_todo format rule (diff) | |
| download | whirl-8c65dc70b1bfc55fe9de59a45310ca520565dfec.tar.xz whirl-8c65dc70b1bfc55fe9de59a45310ca520565dfec.zip | |
revert: Previous test commit
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |