mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add rustfmt to tooling section
This commit is contained in:
parent
310ef5e402
commit
c27e7c5b33
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@
|
|||
"notes": "The official Rust linter."
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Code Formatting",
|
||||
"recommendations": [{
|
||||
"name": "rustfmt",
|
||||
"link": "https://github.com/rust-lang/rustfmt#rustfmt----",
|
||||
"notes": "The official Rust code formatter."
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Managing Dependencies",
|
||||
"recommendations": [{
|
||||
|
|
Loading…
Reference in a new issue