rust/rustfmt.toml

9 lines
197 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
2022-02-27 03:33:47 +08:00
edition = "2021"
2018-11-28 03:46:11 +08:00
error_on_line_overflow = true
version = "Two"
2023-06-09 21:49:35 +08:00
ignore = ["tests/ui/crashes/ice-10912.rs"]