Skip to content

Instantly share code, notes, and snippets.

@erdemildiz
Created November 2, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erdemildiz/c1f3426667219ea9852cbb5d1d21561c to your computer and use it in GitHub Desktop.
Save erdemildiz/c1f3426667219ea9852cbb5d1d21561c to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.minimap.enabled": false,
"editor.fontSize": 13,
"git.enableSmartCommit": true,
"emmet.triggerExpansionOnTab": true,
"editor.renderIndentGuides": true,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"beautify.language": {
"js": {
"type": ["json"],
"filename": [".jshintrc", ".jsbeautify"]
},
"css": ["css", "scss"],
"html": ["htm", "html", "tpl"]
},
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorCustomizations": {
"editor.background": "#000",
"activityBarBadge.background": "#0066c5",
"tab.activeBorder": "#0066c5",
"tab.inactiveBackground": "#383838",
"tab.inactiveForeground": "#8d8d8d99"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment