Created
December 1, 2017 08:05
-
-
Save imamdigmi/b7c91297c463563f734cbd79aa8401c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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