mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Update rustfmt
This commit is contained in:
parent
ca2409b024
commit
75dbbbc55a
12 changed files with 82 additions and 323 deletions
|
|
@ -3,3 +3,7 @@ match_block_trailing_comma = true
|
|||
fn_single_line = true
|
||||
imports_indent = "Block"
|
||||
control_brace_style = "ClosingNextLine"
|
||||
single_line_if_else_max_width = 92
|
||||
ignore = [
|
||||
"src/rust/gen"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue