winit/rustfmt.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
574 B
TOML
Raw Normal View History

comment_width = 100
condense_wildcard_suffixes = true
error_on_unformatted = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
2019-06-24 12:14:55 -04:00
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
2019-06-24 12:14:55 -04:00
imports_granularity = "Module"
match_block_trailing_comma = true
newline_style = "Unix"
2019-06-24 12:14:55 -04:00
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = true
# Some macros break with this.
reorder_impl_items = false
use_field_init_shorthand = true
use_small_heuristics = "Max"
wrap_comments = true