Skip to content

Instantly share code, notes, and snippets.

@BolajiOlajide
Created August 23, 2018 11:27
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/697875ef605011e0bc100a324c3e2aa8 to your computer and use it in GitHub Desktop.
Save BolajiOlajide/697875ef605011e0bc100a324c3e2aa8 to your computer and use it in GitHub Desktop.
{
"editor.lineHeight": 25,
"editor.letterSpacing": 0.4,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "left",
// "editor.fontFamily": "'Fira Code'",
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"workbench.startupEditor": "none",
"workbench.editor.swipeToNavigate": true,
"workbench.colorTheme": "folabelle",
"window.zoomLevel": 1,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"terminal.external.osxExec": "iTerm.app",
"editor.renderIndentGuides": true,
"emmet.triggerExpansionOnTab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment