mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Add rustfmt.toml
This commit is contained in:
parent
c8b8835428
commit
9bf49105ec
1 changed files with 6 additions and 0 deletions
6
.rustfmt.toml
Normal file
6
.rustfmt.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
normalize_comments = true
|
||||
use_field_init_shorthand = true
|
||||
match_block_trailing_comma = true
|
||||
fn_single_line = true
|
||||
imports_indent = "Block"
|
||||
control_brace_style = "ClosingNextLine"
|
||||
Loading…
Add table
Add a link
Reference in a new issue