Created
January 21, 2021 00:18
-
-
Save benderTheCrime/500b3e2bb1257f513f91909845fcc2dc to your computer and use it in GitHub Desktop.
This file contains 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.colorTheme": "Dracula", | |
"editor.fontFamily": "'Operator Mono'", | |
"window.zoomLevel": 1, | |
"editor.fontSize": 14, | |
"editor.scrollBeyondLastLine": false, | |
"todohighlight.keywordsPattern": "(TODO|NOTE):", | |
"trailing-spaces.trimOnSave": true, | |
"javascript.updateImportsOnFileMove.enabled": "never", | |
"editor.tabSize": 2, | |
"eslint.format.enable": true, | |
"eslint.lintTask.enable": true, | |
"explorer.confirmDragAndDrop": false, | |
"files.insertFinalNewline": true, | |
"files.exclude": { | |
"**/.DS_Store": true, | |
"**/.git": true | |
}, | |
"typescript.updateImportsOnFileMove.enabled": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment