summary refs log tree commit diff
path: root/src/tools/clippy/rustfmt.toml
blob: 4b415a31b272eab0995e7f6d8dec936ccdb0146a (plain)
1
2
3
4
5
6
7
max_width = 120
comment_width = 100
match_block_trailing_comma = true
wrap_comments = true
edition = "2018"
error_on_line_overflow = true
version = "Two"