summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/visual_chain.rs
blob: b74948753980354d1424e5468121e4ffac2be237 (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Visual
// Chain indent

fn main() {
    let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elite();
}