azure-sdk-for-rust/.vscode/settings.json

11 строки
257 B
JSON

{
"cSpell.enabled": true,
"editor.formatOnSave": true,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.command": "clippy",
"yaml.format.printWidth": 240,
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell",
}
}