xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/rustfmt/test_rustfmt.toml (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan# rustfmt options: https://rust-lang.github.io/rustfmt/
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifan# Skipping children allows rustfmt to run on crates with
4*d4726bddSHONG Yifan# generated source files. Without this formatting will
5*d4726bddSHONG Yifan# fail with: `failed to resolve mod ${MOD}`.
6*d4726bddSHONG Yifanskip_children = true
7*d4726bddSHONG Yifan
8*d4726bddSHONG Yifanreorder_imports = false
9