mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Want a Matrix client that uses Vim keybindings (#1)
This commit is contained in:
parent
704f631d54
commit
262c96b62f
22 changed files with 9050 additions and 7 deletions
12
.rustfmt.toml
Normal file
12
.rustfmt.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
unstable_features = true
|
||||
max_width = 100
|
||||
fn_call_width = 90
|
||||
struct_lit_width = 50
|
||||
struct_variant_width = 50
|
||||
chain_width = 75
|
||||
binop_separator = "Back"
|
||||
force_multiline_blocks = true
|
||||
match_block_trailing_comma = true
|
||||
imports_layout = "HorizontalVertical"
|
||||
newline_style = "Unix"
|
||||
overflow_delimited_expr = true
|
Loading…
Add table
Add a link
Reference in a new issue