]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-struct_lit_width-above.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-struct_lit_width-above.rs
1 // rustfmt-struct_lit_width: 10
2 // Struct literal-style
3
4 fn main() {
5     let lorem = Lorem {
6         ipsum: dolor,
7         sit: amet,
8     };
9 }