about summary refs log tree commit diff
path: root/tests/source/configs-comment_width-below.rs
blob: abbc5930c4ce1124ce9c1cf0f05690d116a26eb7 (plain)
1
2
3
4
5
6
7
// rustfmt-comment_width: 80
// rustfmt-wrap_comments: true
// Comment width

fn main() {
    // Lorem ipsum dolor sit amet, consectetur adipiscing elit.
}