burrow/.vscode/settings.json
Conrad Kramer 1a13b77295 wip
2023-04-22 12:02:57 -04:00

16 lines
No EOL
535 B
JSON

{
"files.autoSave": "onFocusChange",
"files.defaultLanguage": "rust",
"explorer.excludeGitIgnore": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"editor.suggest.preview": true,
"editor.acceptSuggestionOnEnter": "on",
"rust-analyzer.check.command": "clippy",
"rust-analyzer.restartServerOnConfigChange": true,
"rust-analyzer.cargo.features": "all",
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
},
}