dotfiles/.config/Code/User/settings.json

14 lines
405 B
JSON
Raw Normal View History

2016-11-25 19:05:15 +00:00
{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
2018-12-22 16:39:38 +00:00
"editor.wordWrap": "on",
2018-05-07 11:41:08 +01:00
"files.autoSave": "onFocusChange",
2018-12-22 11:30:36 +00:00
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
2018-12-22 15:58:11 +00:00
"better-comments.highlightPlainText": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
2018-12-22 16:39:38 +00:00
"rust.goto_def_racer_fallback": true
}