Created
June 26, 2020 07:57
-
-
Save notrab/d475aa4afc19c6665d55c529a8215779 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
{ | |
"editor.fontSize": 16, | |
"editor.lineHeight": 25, | |
"editor.letterSpacing": 0.25, | |
"editor.formatOnSave": true, | |
"editor.lineNumbers": "relative", | |
"editor.colorDecorators": false, | |
"files.exclude": { | |
"**/.cache": true, | |
"**/.DS_Store": true, | |
"**/.git": true, | |
"**/.hg": true, | |
"**/.next": true, | |
"**/.serverless": true, | |
"**/.svn": true, | |
"**/CVS": true, | |
"**/dist": true, | |
"**/localStorage": true, | |
"**/node_modules": true | |
}, | |
"editor.tabSize": 2, | |
"explorer.confirmDelete": false, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"explorer.confirmDragAndDrop": false, | |
"editor.scrollBeyondLastLine": false, | |
"keyboard.touchbar.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.wordWrap": "on", | |
"workbench.startupEditor": "newUntitledFile", | |
"html.format.wrapLineLength": 80, | |
"workbench.list.horizontalScrolling": true, | |
"editor.rulers": [ | |
80 | |
], | |
"window.zoomLevel": 0, | |
"terminal.integrated.fontSize": 16, | |
"terminal.integrated.shell.osx": "zsh", | |
"editor.multiCursorModifier": "alt", | |
"workbench.activityBar.visible": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"git.ignoreMissingGitWarning": true, | |
"files.associations": { | |
".babelrc": "json5", | |
"*.md": "mdx" | |
}, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false, | |
"git.enabled": true, | |
"editor.fontFamily": "'Dank Mono', 'Cascadia Code', Menlo, Monaco, 'Courier New', monospace", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"[handlebars]": { | |
"editor.formatOnSave": false | |
}, | |
"workbench.sideBar.location": "left", | |
"monokaiPro.fileIconsMonochrome": true, | |
"terminal.explorerKind": "external", | |
"breadcrumbs.enabled": true, | |
"workbench.iconTheme": "Monokai Pro Icons", | |
"editor.fontLigatures": true, | |
"workbench.fontAliasing": "auto", | |
"editor.folding": false, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.occurrencesHighlight": false, | |
"editor.overviewRulerBorder": false, | |
"editor.renderIndentGuides": false, | |
"editor.renderLineHighlight": "none", | |
"explorer.openEditors.visible": 0, | |
"workbench.editor.showIcons": false, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.statusBar.visible": true, | |
"go.useLanguageServer": true, | |
"workbench.colorTheme": "GitHub Light", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment