mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
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.
|
|
}
|