mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
* run cargo fmt on everything * standard rustfmt.toml * format with nightly toolchain * format in CI * fix issue * fix hf_xet
14 lines
334 B
TOML
14 lines
334 B
TOML
format_code_in_doc_comments = true
|
|
wrap_comments = true
|
|
reorder_imports = true
|
|
unstable_features = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
imports_layout = "Mixed"
|
|
match_block_trailing_comma = true
|
|
comment_width = 120
|
|
max_width = 120
|
|
fn_call_width = 100
|
|
chain_width = 80
|
|
use_field_init_shorthand = true
|