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