]> git.lizzy.rs Git - rust.git/blob - rustfmt.toml
Update docs for `expl_impl_clone_on_copy`. Bug was fixed in 879fa5c9721c89c27be6a9db5...
[rust.git] / rustfmt.toml
1 max_width = 120
2 comment_width = 100
3 match_block_trailing_comma = true
4 wrap_comments = true
5 edition = "2018"
6 error_on_line_overflow = true
7 version = "Two"