Created
May 21, 2018 08:30
-
-
Save mikaelvesavuori/ef48dadaa2d3e045727b7f5876fda0ee 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
{ | |
"emmet.triggerExpansionOnTab": true, | |
"eslint.packageManager": "yarn", | |
"tslint.enable": true, | |
"tslint.jsEnable": true, | |
"workbench.colorTheme": "Palenight Theme", | |
"workbench.startupEditor": "newUntitledFile", | |
"html.format.wrapLineLength": 200, | |
"typescript.check.npmIsInstalled": true, | |
"javascript.validate.enable": false, | |
"javascript.implicitProjectConfig.checkJs": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.fontFamily": "Fira Code, monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 13, | |
"editor.renderWhitespace": "none", | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": false, | |
"editor.tabSize": 2, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"editor.wordWrap": "off", | |
"prettier.singleQuote": true, | |
"prettier.printWidth": 100, | |
"prettier.useTabs": true, | |
"prettier.tabWidth": 2, | |
"prettier.eslintIntegration": true, | |
"prettier.stylelintIntegration": true, | |
"stylelint.configOverrides": null, | |
"sync.gist": {API_KEY}, | |
"sync.lastUpload": {DATE}, | |
"sync.autoDownload": false, | |
"sync.autoUpload": true, | |
"sync.lastDownload": {DATE}, | |
"sync.forceDownload": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"blankLine.keepOneEmptyLine": true, | |
"blankLine.triggerOnSave": true, | |
"blankLine.insertLineAfterBlock": true, | |
"blankLine.languageIds": [ | |
"javascript", | |
"typescript", | |
"json", | |
"css", | |
"scss", | |
"html", | |
"jsx", | |
"mjs" | |
], | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"workbench.iconTheme": "eq-material-theme-icons", | |
"[javascript]": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment