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