Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
22
third-party/vendor/orbclient/rustfmt.toml
vendored
Normal file
22
third-party/vendor/orbclient/rustfmt.toml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
max_width = 100
|
||||
hard_tabs = false
|
||||
tab_spaces = 4
|
||||
newline_style = "Unix"
|
||||
indent_style = "Block"
|
||||
format_strings = false
|
||||
empty_item_single_line = true
|
||||
fn_single_line = false
|
||||
where_single_line = false
|
||||
imports_indent = "Visual"
|
||||
imports_layout = "Mixed"
|
||||
fn_args_density = "Tall"
|
||||
brace_style = "SameLineWhere"
|
||||
trailing_comma = "Vertical"
|
||||
blank_lines_upper_bound = 1
|
||||
blank_lines_lower_bound = 0
|
||||
force_explicit_abi = true
|
||||
disable_all_formatting = false
|
||||
skip_children = false
|
||||
hide_parse_errors = false
|
||||
report_todo = "Never"
|
||||
report_fixme = "Never"
|
||||
Loading…
Add table
Add a link
Reference in a new issue