mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
add smee client
This commit is contained in:
parent
a6b764bf7c
commit
4674bb5c8b
13 changed files with 1901 additions and 1737 deletions
15
rustybits/rustfmt.toml
Normal file
15
rustybits/rustfmt.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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 = true
|
||||
#group_imports = "StdExternalCrate"
|
||||
single_line_if_else_max_width = 0
|
||||
use_try_shorthand = true
|
Loading…
Add table
Add a link
Reference in a new issue