]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-comment_width-ignore.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-comment_width-ignore.rs
1 // rustfmt-comment_width: 40
2 // rustfmt-wrap_comments: false
3 // Comment width
4
5 fn main() {
6     // Lorem ipsum dolor sit amet, consectetur adipiscing elit.
7 }