mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* clean crate deps * update lint workflow * add rustfmt.toml * apply rust fmt * missed one * fix lint of lint lol * more deps platform fixes * fix macos_provider * some more deps clean * more cleanup * add --all-targets * remove another unused dep * generate index.d.ts * fix whitespace * fix split comment in biometric * formatting comment in biometric_v2 * apply fmt
8 lines
190 B
TOML
8 lines
190 B
TOML
# Wrap comments and increase the width of comments to 100
|
|
comment_width = 100
|
|
wrap_comments = true
|
|
|
|
# Sort and group imports
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|