mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
10 lines
248 B
TOML
10 lines
248 B
TOML
max_width = 300
|
|
use_small_heuristics = "Max"
|
|
tab_spaces = 4
|
|
newline_style = "Unix"
|
|
control_brace_style = "AlwaysSameLine"
|
|
edition = "2021"
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|
|
fn_single_line = true
|
|
struct_lit_width = 60
|