Cleanup vscode config

This commit is contained in:
Cyryl Płotnicki 2019-08-25 08:27:11 +01:00
parent feba5f8bf7
commit 4b848f9f20

View file

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