rust/tests/source/configs-comment_width-below.rs

8 lines
156 B
Rust
Raw Normal View History

// rustfmt-comment_width: 80
// rustfmt-wrap_comments: true
// Comment width
fn main() {
// Lorem ipsum dolor sit amet, consectetur adipiscing elit.
}