I have used rust-analyzer on VS Code for a while now but I cannot find any settings key related to format on save.
"editor.formatOnSave": true,
in settings.json
or per language:
"[rust]": {
"editor.formatOnSave": true,
},
6 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.