diff options
Diffstat (limited to '')
-rw-r--r-- | rustfmt_config.toml (renamed from rustfmt.toml) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt_config.toml index 5c3f6ba..044f5fb 100644 --- a/rustfmt.toml +++ b/rustfmt_config.toml @@ -21,7 +21,6 @@ normalize_doc_attributes = true format_strings = true format_macro_matchers = true format_macro_bodies = true -skip_macro_invocations = [] hex_literal_case = "Upper" empty_item_single_line = true struct_lit_single_line = true @@ -74,6 +73,5 @@ skip_children = false show_parse_errors = true error_on_line_overflow = true error_on_unformatted = true -ignore = [] emit_mode = "Files" make_backup = false |