Fix a format error

This commit is contained in:
Dezhi Wu 2021-10-20 20:13:03 +08:00
parent 5051717856
commit 1a24ee9a1b

View File

@ -436,7 +436,7 @@
]
},
"rust-analyzer.assist.importGroup": {
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.",
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import [following order]. Groups are separated by newlines.",
"default": true,
"type": "boolean"
},