]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/rustfmt.toml
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / tools / clippy / 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"