This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
vaultwarden
Watch
1
Star
0
Fork
You've already forked vaultwarden
0
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2026-08-22 12:04:56 -04:00
Code
Issues
Releases
Packages
Wiki
Activity
1.37.2
vaultwarden
/
rustfmt.toml
4 lines
85 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
Switch to Edition 2024, more clippy lints, and less macro calls (#7200) * Update to Rust 2024 Edition Updated to the Rust 2024 Edition and added and fixed several lint checks. This is a large change which, because of the extra lints, added some possible fixes for issues. Signed-off-by: BlackDex <black.dex@gmail.com> * Reorder and merge imports Signed-off-by: BlackDex <black.dex@gmail.com> * Remove "db_run!" macro calls where possible Signed-off-by: BlackDex <black.dex@gmail.com> --------- Signed-off-by: BlackDex <black.dex@gmail.com>
2026-05-17 19:38:49 +02:00
edition
=
"2024"
Start using rustfmt and some style changes to make some lines shorter
2018-12-30 23:34:31 +01:00
max_width
=
120
Modify rustfmt file
2021-04-06 21:54:42 +01:00
newline_style
=
"Unix"
use_small_heuristics
=
"Off"
Reference in a new issue
Copy permalink