dotfiles/.config/Code/User/settings.json
2019-08-25 08:23:01 +01:00

30 lines
997 B
JSON

{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
"editor.wordWrap": "on",
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"better-comments.highlightPlainText": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
"rust.goto_def_racer_fallback": true,
"explorer.confirmDelete": false,
"yaml.format.enable": true,
"liveshare.audio.joinCallBehavior": "accept",
"editor.formatOnPaste": true,
"workbench.editor.highlightModifiedTabs": true,
"gitlens.codeLens.authors.enabled": false,
"explorer.confirmDragAndDrop": false,
"lua.format.linebreakMultipleAssignments": true,
"[lua]": {
"editor.formatOnSave": false
},
"[makefile]": {
"editor.insertSpaces": false
},
"editor.fontLigatures": true,
"editor.fontFamily": "\"Fira Code\"",
"terminal.integrated.shell.linux": "bash"
}