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