alacritty/rustfmt.toml

16 lines
421 B
TOML
Raw Normal View History

2019-08-15 23:13:10 +00:00
format_code_in_doc_comments = true
2019-03-30 16:48:36 +00:00
match_block_trailing_comma = true
condense_wildcard_suffixes = true
use_field_init_shorthand = true
normalize_doc_attributes = true
2019-03-30 16:48:36 +00:00
overflow_delimited_expr = true
imports_granularity = "Module"
2019-03-30 16:48:36 +00:00
use_small_heuristics = "Max"
normalize_comments = true
reorder_impl_items = true
use_try_shorthand = true
newline_style = "Unix"
format_strings = true
wrap_comments = true
comment_width = 100