Skip to content

Instantly share code, notes, and snippets.

@BolajiOlajide
Created June 12, 2019 19:46
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 BolajiOlajide/b1e203614239671107f5417789f0499c to your computer and use it in GitHub Desktop.
Save BolajiOlajide/b1e203614239671107f5417789f0499c to your computer and use it in GitHub Desktop.
my vscode settings
{
"workbench.colorTheme": "Min Dark",
"python.formatting.provider": "none",
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 14,
"workbench.sideBar.location": "left",
"editor.fontLigatures": true,
"workbench.startupEditor": "none",
"workbench.editor.swipeToNavigate": true,
"gitlens.keymap": "alternate",
"editor.fontFamily": "'OperatorMono-LightItalic'",
"window.zoomLevel": 1,
"terminal.external.osxExec": "iTerm.app",
"editor.renderIndentGuides": true,
"emmet.triggerExpansionOnTab": true,
"rust.rustup": {
"toolchain": "stable-x86_64-apple-darwin"
},
"rust.mode": "legacy",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"liveshare.featureSet": "insiders",
"editor.tabSize": 2,
"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"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment