src/tools/clippy/rustfmt.toml TOML 14 lines View on github.com → Search inside
1max_width = 1202comment_width = 1003match_block_trailing_comma = true4wrap_comments = true5edition = "2024"6error_on_line_overflow = true7imports_granularity = "Module"8style_edition = "2024"9ignore = [10    "tests/ui/crashes/ice-9405.rs",11    "tests/ui/crashes/ice-10912.rs",12    "tests/ui/non_expressive_names_error_recovery.rs",13]

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.