mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
603652e66b
This is done one-time (for now) using a nightly feature of cargo-fmt as defined in `rustfmt-nightly.toml.` It's planned to make this the default so imports will always be sorted. For now it can be run manually with: cargo +nightly fmt -- --config-path rustfmt-nightly.toml or pnpm rustfmt
5 lines
180 B
TOML
5 lines
180 B
TOML
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
# This is useful to adapt to larger screens of today, for better use of horizontal screen space.
|
|
# max_width = 120
|