Skip to content

Instantly share code, notes, and snippets.

@smakhtin
Created April 3, 2020 06:55
Show Gist options
  • Save smakhtin/1675ed8bf7304e29567923bbeb1de454 to your computer and use it in GitHub Desktop.
Save smakhtin/1675ed8bf7304e29567923bbeb1de454 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"git.confirmSync": false,
"explorer.confirmDragAndDrop": false,
"editor.formatOnSave": true,
"editor.rulers": [
80
],
"editor.renderWhitespace": "boundary",
"git.autofetch": true,
"explorer.confirmDelete": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"glitch.token": "",
"window.zoomLevel": 0,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"remote.SSH.remotePlatform": {
"192.168.0.116": "linux"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment