Skip to content

Instantly share code, notes, and snippets.

@dandeveloper
Created July 17, 2019 15:14
Show Gist options
  • Select an option

  • Save dandeveloper/119a6c7293dff383f09ccceb47cf285a to your computer and use it in GitHub Desktop.

Select an option

Save dandeveloper/119a6c7293dff383f09ccceb47cf285a to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.colorTheme": "One Dark Pro",
"terminal.integrated.fontFamily": "Meslo LG L for Powerline",
"[html]": {
"editor.tabSize": 4
},
"[javascript]": {
"editor.tabSize": 2
},
"[typescript]": {
"editor.tabSize": 2
},
"[python]": {
"editor.tabSize": 4
},
"[ruby]": {
"editor.tabSize": 2
},
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"editor.rulers": [
120
],
"editor.fontSize": 11,
"terminal.integrated.fontSize": 11
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment