winit/rustfmt.toml

21 lines
574 B
TOML
Raw Permalink Normal View History

2024-07-26 17:07:20 +02:00
comment_width = 100
condense_wildcard_suffixes = true
error_on_unformatted = true
2024-07-26 17:07:20 +02:00
format_code_in_doc_comments = true
format_macro_bodies = true
2024-07-26 17:07:20 +02:00
format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
2024-07-26 17:07:20 +02:00
imports_granularity = "Module"
match_block_trailing_comma = true
newline_style = "Unix"
normalize_comments = true
2024-07-26 17:07:20 +02:00
normalize_doc_attributes = true
overflow_delimited_expr = true
# Some macros break with this.
reorder_impl_items = false
2024-07-26 17:07:20 +02:00
use_field_init_shorthand = true
use_small_heuristics = "Max"
wrap_comments = true