]> git.lizzy.rs Git - rust.git/blob - rustfmt.toml
Revert 4dbd8ad34e7f6820f6e9e99531353e7ffe37b76a, c7dc96155853a3919b973347277d0e9bcaaa...
[rust.git] / rustfmt.toml
1 max_width = 120
2 comment_width = 100
3 match_block_trailing_comma = true
4 wrap_comments = true
5 edition = "2021"
6 error_on_line_overflow = true
7 version = "Two"