23 lines
No EOL
734 B
JSON
23 lines
No EOL
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
|
|
} |