merge main into boringtun-merge
This commit is contained in:
parent
759311e4f4
commit
f1649ce3b2
39 changed files with 3145 additions and 239 deletions
12
.rustfmt.toml
Normal file
12
.rustfmt.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
condense_wildcard_suffixes = true
|
||||
format_macro_matchers = true
|
||||
imports_layout = "HorizontalVertical"
|
||||
imports_granularity = "Crate"
|
||||
newline_style = "Unix"
|
||||
overflow_delimited_expr = true
|
||||
reorder_impl_items = true
|
||||
group_imports = "StdExternalCrate"
|
||||
trailing_semicolon = false
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = true
|
||||
struct_lit_width = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue