rust/rustfmt.toml
uHOOCCOOHu 434f83a6c7
Revert "Revert global fmt config and use rustfmt::skip"
This reverts commit b70b3b14aa3125fe4f74a6a71fb7a7b7e78ab13f.
2019-07-23 02:57:49 +08:00

7 lines
138 B
TOML

max_width = 120
comment_width = 100
match_block_trailing_comma = true
wrap_comments = true
edition = "2018"
error_on_line_overflow = true