Skip to content

Instantly share code, notes, and snippets.

@imamdigmi
Created December 1, 2017 08:05
Show Gist options
  • Select an option

  • Save imamdigmi/b7c91297c463563f734cbd79aa8401c6 to your computer and use it in GitHub Desktop.

Select an option

Save imamdigmi/b7c91297c463563f734cbd79aa8401c6 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "eq-material-theme-icons",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.colorTheme": "Material Theme",
"editor.fontFamily": "'Fira Code Retina', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.tabCompletion": true,
"editor.lineHeight": 27,
"editor.minimap.enabled": false,
"terminal.integrated.fontFamily": "'Fira Code Retina', 'Droid Sans Mono'",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",
"editor.fontLigatures": true,
"python.formatting.provider": "yapf",
"window.zoomLevel": 0,
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment