lofty-rs/rustfmt.toml

13 lines
323 B
TOML
Raw Normal View History

2021-12-23 15:00:54 +00:00
edition = "2021"
2022-01-05 18:26:56 +00:00
unstable_features = true
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
hex_literal_case = "Upper"
imports_granularity = "Module"
use_field_init_shorthand = true
format_strings = true
normalize_comments = true
match_block_trailing_comma = true
hard_tabs = true
2022-02-12 07:52:43 +00:00
newline_style = "Unix"