daemon w/ tests PoC
This commit is contained in:
parent
68fc04a6d2
commit
7f4a5a35ca
13 changed files with 498 additions and 81 deletions
10
rustfmt.toml
10
rustfmt.toml
|
|
@ -4,3 +4,13 @@
|
|||
|
||||
match_block_trailing_comma = true
|
||||
merge_derives = false
|
||||
|
||||
# Unstable options.
|
||||
blank_lines_upper_bound = 3
|
||||
format_code_in_doc_comments = true
|
||||
format_macro_matchers = true
|
||||
# When structs, slices, arrays, and block/array-like macros are used as the last argument in an expression list,
|
||||
# allow them to overflow (like blocks/closures) instead of being indented on a new line.
|
||||
overflow_delimited_expr = true
|
||||
# Put `type` and `const` items before methods.
|
||||
reorder_impl_items = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue