Created
February 14, 2020 09:21
-
-
Save fcaldera/72636a7d13d25c6bc55e35949f132ede to your computer and use it in GitHub Desktop.
VS Code Settings
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": "Night Owl", | |
"editor.tabSize": 2, | |
"editor.fontFamily": "Hasklig, Menlo, Monaco, 'Courier New', monospace", | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"terminal.integrated.fontFamily": "SauceCodePro Nerd Font Mono", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"explorer.confirmDelete": false, | |
"liveshare.featureSet": "insiders", | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"emojisense.languages": { | |
"markdown": true, | |
"plaintext": { | |
"markupCompletionsEnabled": false, | |
"emojiDecoratorsEnabled": false | |
}, | |
"git-commit": true, | |
"mdx": true | |
}, | |
"cSpell.enabledLanguageIds": [ | |
"asciidoc", | |
"c", | |
"cpp", | |
"csharp", | |
"css", | |
"go", | |
"handlebars", | |
"html", | |
"jade", | |
"java", | |
"javascript", | |
"javascriptreact", | |
"json", | |
"jsonc", | |
"latex", | |
"less", | |
"markdown", | |
"php", | |
"plaintext", | |
"python", | |
"pug", | |
"restructuredtext", | |
"rust", | |
"scala", | |
"scss", | |
"text", | |
"typescript", | |
"typescriptreact", | |
"yaml", | |
"yml", | |
"mdx" | |
], | |
"cSpell.userWords": [ | |
"Contentful", | |
"Jobbatical", | |
"gener", | |
"harcoded", | |
"rebass" | |
], | |
"editor.renderWhitespace": "none", | |
"explorer.confirmDragAndDrop": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.statusBar.visible": true, | |
"workbench.tree.renderIndentGuides": "none", | |
"editor.minimap.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment