summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/comment_width/above.rs
blob: 36187ce0af4cbb7861a819671ac334abfc8ab902 (plain)
1
2
3
4
5
6
7
// rustfmt-comment_width: 40
// rustfmt-wrap_comments: true
// Comment width

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