Files
xet-core/rustfmt.toml
Assaf Vayner da07266034 run cargo fmt on everything (#59)
* run cargo fmt on everything

* standard rustfmt.toml

* format with nightly toolchain

* format in CI

* fix issue

* fix hf_xet
2024-10-23 17:57:45 -07:00

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