mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 14:34:29 +02:00
16 lines
428 B
TOML
16 lines
428 B
TOML
edition = "2018"
|
|
match_block_trailing_comma = true
|
|
newline_style = "Unix"
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
use_try_shorthand = true
|
|
|
|
hard_tabs = true
|
|
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 |