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