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

7 lines
175 B
JSON
Raw Normal View History

2016-11-25 19:05:15 +00:00
{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
2017-10-06 16:37:45 +01:00
"editor.wordWrap": true,
"vim.disableAnnoyingNeovimMessage": true,
2016-11-25 19:05:15 +00:00
}