Last active
April 14, 2020 12:44
-
-
Save ManotLuijiu/9cc3fcc927da3728bde1bca23644f5b3 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": 18, | |
| "terminal.integrated.fontSize": 18, | |
| "editor.wordWrap": "on", | |
| "editor.tabSize": 2, | |
| "workbench.iconTheme": "vscode-icons", | |
| "editor.formatOnSave": true, | |
| "[javascript]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "files.eol": "\n", | |
| "prettier.singleQuote": true, | |
| "explorer.confirmDelete": false, | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact", | |
| "vue-html": "html", | |
| "plaintext": "jade" | |
| }, | |
| "emmet.preferences": { | |
| "css.webkitProperties": "border-right,animation", | |
| "css.mozProperties": "", | |
| "css.oProperties": "", | |
| "css.msProperties": "" | |
| }, | |
| "emmet.showSuggestionsAsSnippets": true, | |
| "editor.snippetSuggestions": "top", | |
| "workbench.colorTheme": "Ayu Mirage", | |
| "editor.autoIndent": true, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "liveServer.settings.donotVerifyTags": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "eslint.autoFixOnSave": true, | |
| "eslint.alwaysShowStatus": true, | |
| "files.autoSave": "onFocusChange", | |
| "window.zoomLevel": 4, | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": true | |
| }, | |
| "sync.gist": "3bb7315474466861f7b46ab158c8b201" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment