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

9 lines
249 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,
2018-05-07 11:41:08 +01:00
"files.autoSave": "onFocusChange",
2018-07-18 07:16:21 +01:00
"cSpell.language": "en,en-GB",
2016-11-25 19:05:15 +00:00
}