Files
vllm-project--vllm/rust/rustfmt.unstable.toml
T
wehub-resource-sync 7ce4c8e27e
pre-commit / pre-run-check (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:55:37 +08:00

21 lines
542 B
TOML

# Optional local formatting profile. CI and pre-commit use rustfmt.toml.
# Apply manually with:
# cargo +nightly fmt -- --config-path rustfmt.unstable.toml
style_edition = "2024"
chain_width = 80
comment_width = 100
use_field_init_shorthand = true
# Unstable features go here.
unstable_features = true
format_code_in_doc_comments = true
format_macro_matchers = true
normalize_comments = true
normalize_doc_attributes = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_impl_items = true
wrap_comments = true