dotfiles/.config/Code/User/settings.json
2020-02-08 12:04:09 +00:00

23 lines
734 B
JSON

{
"editor.cursorStyle": "block",
"editor.fontFamily": "Fira Code Retina",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": true,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
"terminal.integrated.shell.linux": "bash",
"window.zoomLevel": 1,
"workbench.editor.highlightModifiedTabs": true,
"[makefile]": {
"editor.insertSpaces": false
},
"editor.renderWhitespace": "all",
"git.autofetch": true
}