clone from github.com/sticnarf/tokio-socks
This commit is contained in:
24
rustfmt.toml
Normal file
24
rustfmt.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
use_small_heuristics = "default"
|
||||
hard_tabs = false
|
||||
imports_layout = "HorizontalVertical"
|
||||
merge_imports = true
|
||||
match_block_trailing_comma = true
|
||||
max_width = 120
|
||||
newline_style = "Unix"
|
||||
normalize_comments = true
|
||||
reorder_imports = true
|
||||
reorder_modules = true
|
||||
reorder_impl_items = true
|
||||
report_todo = "Never"
|
||||
report_fixme = "Never"
|
||||
space_after_colon = true
|
||||
space_before_colon = false
|
||||
struct_lit_single_line = true
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = true
|
||||
unstable_features = true
|
||||
format_code_in_doc_comments = true
|
||||
where_single_line = true
|
||||
wrap_comments = true
|
||||
overflow_delimited_expr = true
|
||||
edition = "2018"
|
||||
Reference in New Issue
Block a user