django-language-server/.rustfmt.toml
Josh Thomas e87c917cb6
Some checks are pending
lint / pre-commit (push) Waiting to run
release / build (push) Waiting to run
release / test (push) Waiting to run
release / release (push) Blocked by required conditions
test / generate-matrix (push) Waiting to run
test / Python , Django () (push) Blocked by required conditions
test / tests (push) Blocked by required conditions
zizmor 🌈 / zizmor latest via PyPI (push) Waiting to run
use nightly rustfmt and sort imports (#145)
2025-05-14 00:46:55 -05:00

5 lines
140 B
TOML

group_imports = "StdExternalCrate"
imports_granularity = "Item"
imports_layout = "Vertical"
reorder_imports = true
unstable_features = true