mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-29 22:14:28 +02:00
16 lines
401 B
TOML
16 lines
401 B
TOML
edition = "2021"
|
|
match_block_trailing_comma = true
|
|
newline_style = "Unix"
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
|
|
hard_tabs = false
|
|
format_code_in_doc_comments = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
imports_layout = "HorizontalVertical"
|
|
match_arm_blocks = true
|
|
normalize_comments = true
|
|
overflow_delimited_expr = true
|
|
struct_lit_single_line = false
|