clash-verge-rev/src-tauri/rustfmt.toml

15 lines
332 B
TOML
Raw Normal View History

2021-12-04 14:31:26 +08:00
max_width = 100
hard_tabs = false
2022-11-12 11:37:23 +08:00
tab_spaces = 4
2021-12-04 14:31:26 +08:00
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
2021-12-14 18:39:37 +08:00
edition = "2021"
2021-12-04 14:31:26 +08:00
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
imports_granularity = "Crate"