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

23 lines
734 B
JSON
Raw Normal View History

2016-11-25 19:05:15 +00:00
{
"editor.cursorStyle": "block",
2019-09-07 08:39:35 +01:00
"editor.fontFamily": "Fira Code Retina",
2019-08-25 08:27:11 +01:00
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
2018-12-22 16:39:38 +00:00
"editor.wordWrap": "on",
2019-08-25 08:27:11 +01:00
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": true,
2018-05-07 11:41:08 +01:00
"files.autoSave": "onFocusChange",
2018-12-22 11:30:36 +00:00
"files.trimTrailingWhitespace": true,
2018-12-22 15:58:11 +00:00
"rust-client.updateOnStartup": true,
"rust.all_features": true,
2019-08-25 08:27:11 +01:00
"terminal.integrated.shell.linux": "bash",
"window.zoomLevel": 1,
2019-02-22 12:50:17 +00:00
"workbench.editor.highlightModifiedTabs": true,
2019-05-31 14:41:06 +01:00
"[makefile]": {
"editor.insertSpaces": false
},
2019-11-14 11:07:23 +00:00
"editor.renderWhitespace": "all",
2020-02-08 12:04:09 +00:00
"git.autofetch": true
2019-05-24 13:40:02 +01:00
}