diff options
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 777acfd..0e9396b 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,7 +2,7 @@ condense_wildcard_suffixes = true edition = "2018" enum_discrim_align_threshold = 20 error_on_line_overflow = true -# error_on_unformatted = true +error_on_unformatted = true fn_single_line = true force_multiline_blocks = true format_code_in_doc_comments = true @@ -28,6 +28,3 @@ use_field_init_shorthand = true use_try_shorthand = true where_single_line = true wrap_comments = true - -# crates/whirl/src/cli.rs:9:9 -error_on_unformatted = false |