This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-11-06 05:27:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0fdda3bc2f
vaultwarden
/
rustfmt.toml
5 lines
85 B
TOML
Raw
Normal View
History
Unescape
Escape
Async/Awaited all db methods This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed.
2021-11-16 16:07:55 +00:00
edition
=
"2021"
Start using rustfmt and some style changes to make some lines shorter
2018-12-30 22:34:31 +00:00
max_width
=
120
Modify rustfmt file
2021-04-06 20:54:42 +00:00
newline_style
=
"Unix"
use_small_heuristics
=
"Off"
Reference in New Issue
Copy Permalink