merge boringtun into burrow
This commit is contained in:
parent
e643d9dd41
commit
28af9003d0
39 changed files with 3122 additions and 228 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