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

11 строки
257 B
JSON
Исходник Обычный вид История

2021-06-04 20:32:57 +03:00
{
"cSpell.enabled": true,
"editor.formatOnSave": true,
2024-08-29 00:58:33 +03:00
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.command": "clippy",
"yaml.format.printWidth": 240,
2024-08-29 00:58:33 +03:00
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell",
}
}