Want a Matrix client that uses Vim keybindings (#1)

This commit is contained in:
Ulyssa 2022-12-29 18:00:59 -08:00
parent 704f631d54
commit 262c96b62f
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
22 changed files with 9050 additions and 7 deletions

12
.rustfmt.toml Normal file
View 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