rust-clippy/rustfmt.toml

10 lines
228 B
TOML
Raw Permalink Normal View History

2016-01-04 04:25:29 +00:00
max_width = 120
2017-11-04 19:36:56 +00:00
comment_width = 100
2016-12-20 09:20:41 +00:00
match_block_trailing_comma = true
wrap_comments = true
2022-02-26 19:33:47 +00:00
edition = "2021"
2018-11-27 19:46:11 +00:00
error_on_line_overflow = true
imports_granularity = "Module"
version = "Two"
2023-06-09 13:49:35 +00:00
ignore = ["tests/ui/crashes/ice-10912.rs"]