rust/rustfmt.toml

7 lines
138 B
TOML
Raw Normal View History

2016-01-04 12:25:29 +08:00
max_width = 120
2017-11-05 03:36:56 +08:00
comment_width = 100
2016-12-20 17:20:41 +08:00
match_block_trailing_comma = true
wrap_comments = true
edition = "2018"
2018-11-28 03:46:11 +08:00
error_on_line_overflow = true