dotfiles/.config/Code/User/settings.json
Cyryl Płotnicki 57bc2510bf font in vscode
2019-09-07 08:39:35 +01:00

22 lines
702 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,
"yaml.format.enable": true,
"[makefile]": {
"editor.insertSpaces": false
},
}