Skip to content

Instantly share code, notes, and snippets.

@zoe606
Last active April 13, 2019 14:54
Show Gist options
  • Save zoe606/5fa7e52860a4bddbf900869a27495499 to your computer and use it in GitHub Desktop.
Save zoe606/5fa7e52860a4bddbf900869a27495499 to your computer and use it in GitHub Desktop.
Global Setting
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Dark Pro Bold",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"edge": "html"
},
"editor.wordWrap": "on",
"editor.tabSize": 4,
"git.enableSmartCommit": true,
"editor.fontFamily": "Fira Code",
"editor.fontWeight": "400", // Regular
"editor.fontLigatures": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment