diff options
| author | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
| commit | 22c7c29c0303398baa71db8798473ee704f9717c (patch) | |
| tree | 17174ab40db30d33ef0898b9b3f44841f39ab82e /rustfmt.toml | |
| parent | 0700cee5af14c63895878dab357119f89ff263d0 (diff) | |
| parent | 3b3da71c34cc1256c7e20981cf03f8eb95e08ffc (diff) | |
| download | r-alacritty-vte-graphics.tar.gz r-alacritty-vte-graphics.tar.bz2 r-alacritty-vte-graphics.zip | |
Merge remote-tracking branch 'alacritty/master' into graphicsgraphics
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 9308ba9..f82517e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,13 +1,17 @@ format_code_in_doc_comments = true +group_imports = "StdExternalCrate" match_block_trailing_comma = true condense_wildcard_suffixes = true use_field_init_shorthand = true +normalize_doc_attributes = true overflow_delimited_expr = true +imports_granularity = "Module" +format_macro_matchers = true use_small_heuristics = "Max" +hex_literal_case = "Upper" normalize_comments = true reorder_impl_items = true use_try_shorthand = true newline_style = "Unix" format_strings = true wrap_comments = true -comment_width = 100 |