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