dotfiles/.config/Code/User/settings.json
2019-01-20 12:35:04 +00:00

16 lines
474 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,
"yaml.format.enable": true
}