Skip to content

Commit 07b12eb

Browse files
authored
fix: add ".rustfmt.toml" to file matches (#5675)
1 parent 8c3d9e7 commit 07b12eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/json/catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5889,8 +5889,8 @@
58895889
},
58905890
{
58915891
"name": "rustfmt",
5892-
"description": "rustfmt, a tool to format Rust code",
5893-
"fileMatch": ["rustfmt.toml"],
5892+
"description": "rustfmt, a tool to format Rust code. Documentation: https://rust-lang.github.io/rustfmt",
5893+
"fileMatch": ["rustfmt.toml", ".rustfmt.toml"],
58945894
"url": "https://www.schemastore.org/rustfmt.json"
58955895
},
58965896
{

0 commit comments

Comments
 (0)