]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-chain_one_line_max-below.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-chain_one_line_max-below.rs
1 // rustfmt-chain_one_line_max: 100
2 // Chain one line max
3
4 fn main() {
5     let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elit();
6 }