7 lines
142 B
Rust
Raw Normal View History

2017-11-13 16:25:50 +09:00
// rustfmt-indent_style: Visual
// Chain indent
fn main() {
2017-05-03 11:26:31 +09:00
let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elite();
}