diff options
| author | Fuwn <[email protected]> | 2021-06-23 00:04:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-23 00:04:46 -0700 |
| commit | 1d8a408bb4a592147e070b9978e44c7ffd5ab7ef (patch) | |
| tree | 1c377903531a4f8714f9d5eb0b2c9a0e5cc908b0 | |
| parent | feat(cli): generate sub-command (diff) | |
| download | whirl-1d8a408bb4a592147e070b9978e44c7ffd5ab7ef.tar.xz whirl-1d8a408bb4a592147e070b9978e44c7ffd5ab7ef.zip | |
revert(fmt): error on unformatted
| -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 |