dotfiles/.config/Code/User/settings.json
2018-12-28 15:32:28 +01:00

15 lines
442 B
JSON

{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
"editor.wordWrap": "on",
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"better-comments.highlightPlainText": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
"rust.goto_def_racer_fallback": true,
"explorer.confirmDelete": false
}