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

30 lines
997 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-28 14:32:28 +00:00
"rust.goto_def_racer_fallback": true,
2019-01-20 12:35:04 +00:00
"explorer.confirmDelete": false,
2019-02-05 16:28:38 +00:00
"yaml.format.enable": true,
2019-02-22 12:50:17 +00:00
"liveshare.audio.joinCallBehavior": "accept",
"editor.formatOnPaste": true,
"workbench.editor.highlightModifiedTabs": true,
2019-04-12 09:02:13 +01:00
"gitlens.codeLens.authors.enabled": false,
2019-05-24 13:40:02 +01:00
"explorer.confirmDragAndDrop": false,
"lua.format.linebreakMultipleAssignments": true,
"[lua]": {
"editor.formatOnSave": false
2019-05-31 14:41:06 +01:00
},
"[makefile]": {
"editor.insertSpaces": false
},
"editor.fontLigatures": true,
2019-08-25 08:23:01 +01:00
"editor.fontFamily": "\"Fira Code\"",
"terminal.integrated.shell.linux": "bash"
2019-05-24 13:40:02 +01:00
}