mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-20 11:38:48 +00:00
14 lines
318 B
TOML
14 lines
318 B
TOML
|
edition = "2018"
|
||
|
fn_args_density = "Compressed"
|
||
|
fn_single_line = true
|
||
|
match_arm_blocks = false
|
||
|
match_block_trailing_comma = true
|
||
|
max_width = 100
|
||
|
merge_imports = true
|
||
|
newline_style = "Unix"
|
||
|
reorder_imports = true
|
||
|
trailing_comma = "Vertical"
|
||
|
use_field_init_shorthand = true
|
||
|
use_try_shorthand = true
|
||
|
wrap_comments = true
|