dotfiles/.config/Code/User/settings.json
2019-02-22 12:50:17 +00:00

20 lines
657 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,
"liveshare.audio.joinCallBehavior": "accept",
"editor.formatOnPaste": true,
"workbench.editor.highlightModifiedTabs": true,
"gitlens.codeLens.authors.enabled": false
}