You've already forked common-utils
mirror of
https://github.com/zerotier/common-utils.git
synced 2026-05-22 16:28:56 -07:00
17 lines
412 B
TOML
17 lines
412 B
TOML
#unstable_features = true
|
|
max_width = 120
|
|
#use_small_heuristics = "Max"
|
|
edition = "2021"
|
|
#empty_item_single_line = true
|
|
newline_style = "Unix"
|
|
struct_lit_width = 60
|
|
tab_spaces = 4
|
|
use_small_heuristics = "Default"
|
|
#fn_single_line = true
|
|
#hex_literal_case = "Lower"
|
|
#merge_imports = false
|
|
group_imports = "StdExternalCrate"
|
|
single_line_if_else_max_width = 0
|
|
use_try_shorthand = true
|
|
imports_granularity = "Module"
|