Skip to content

Instantly share code, notes, and snippets.

@krish-penumarty
Last active June 1, 2020 18:32
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 krish-penumarty/8fbc3e9760baa982dd553bd592aa842d to your computer and use it in GitHub Desktop.
Save krish-penumarty/8fbc3e9760baa982dd553bd592aa842d to your computer and use it in GitHub Desktop.
{
"terminal.integrated.shell.osx": "zsh",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"markdown": "html"
},
"files.associations": {
".vuerc": "json",
".npmrc": "json"
},
"files.autoSave": "onFocusChange",
"javascript.implicitProjectConfig.checkJs": true,
"window.zoomLevel": 0,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Material Theme Ocean High Contrast",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.hidesExplorerArrows": true,
"material-icon-theme.saturation": 1,
"workbench.colorCustomizations": {},
"material-icon-theme.folders.theme": "classic",
"editor.formatOnType": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
}
],
"prettier.disableLanguages": [
"html"
],
"terminal.integrated.shell.osx": "zsh",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.suggestSmartCommit": false,
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.rendererType": "dom",
"yaml.customTags": [
"!And",
"!If",
"!Not",
"!Equals",
"!Or",
"!FindInMap",
"!Base64",
"!Cidr",
"!Ref",
"!Sub",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Select",
"!Split",
"!Join",
"!And sequence",
"!If sequence",
"!Not sequence",
"!Equals sequence",
"!Or sequence",
"!FindInMap sequence",
"!Join sequence",
"!Sub sequence",
"!ImportValue sequence",
"!Select sequence",
"!Split sequence"
],
"yaml.validate": false,
"editor.largeFileOptimizations": false,
"explorer.confirmDelete": false,
"editor.maxTokenizationLineLength": 1000,
"prettier.trailingComma": "all",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"files.exclude": {
"/.git": true,
"/.DS_Store": true,
"/node_modules": true,
"/node_modules/": true
},
"search.exclude": {
"/node_modules": true
},
"files.watcherExclude": {
"/node_modules/": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment