Skip to content

Instantly share code, notes, and snippets.

@mshaaban0
Last active February 28, 2018 13:19
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 mshaaban0/2b4d7f48a54692f731b1a16923b0c6e1 to your computer and use it in GitHub Desktop.
Save mshaaban0/2b4d7f48a54692f731b1a16923b0c6e1 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"editor.fontFamily": "Operator Mono, Monaco, 'Courier New', monospace",
"editor.fontWeight": "400",
"editor.fontSize": 12,
"editor.tabSize": 4,
"terminal.integrated.shell.osx": "/bin/zsh",
"workbench.colorTheme": "One Monokai",
"files.insertFinalNewline": true,
"search.exclude": {
"**/node_modules": true,
"**/dist": true
},
"workbench.startupEditor": "newUntitledFile",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"files.trimTrailingWhitespace": true,
// "workbench.fontAliasing": "antialiased"
"eslint.autoFixOnSave": true,
"standard.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment