Created
January 18, 2022 09:39
-
-
Save vedovelli/d7c46c1b8fe999b0f95ca1f3d2310941 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
{ | |
"git.enableSmartCommit": true, | |
"workbench.editor.decorations.colors": true, | |
"editor.minimap.enabled": false, | |
"editor.accessibilitySupport": "off", | |
"zenMode.hideLineNumbers": false, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"tailwindCSS.includeLanguages": { | |
"typescriptreact": "html", | |
"plaintext": "html", | |
"html": "html", | |
"javascript": "javascript", | |
"css": "css" | |
}, | |
"php.suggest.basic": false, | |
"workbench.editor.enablePreview": false, | |
"terminal.integrated.fontSize": 11, | |
"git.autofetch": true, | |
"workbench.colorTheme": "Nord", | |
"workbench.startupEditor": "none", | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"files.autoSave": "off", | |
"workbench.editor.decorations.badges": true, | |
"editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace", | |
"explorer.confirmDelete": false, | |
"editor.cursorBlinking": "solid", | |
"explorer.confirmDragAndDrop": false, | |
"[vue]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"terminal.integrated.fontFamily": "'Dank Mono'", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.formatOnSave": true, | |
"editor.lineHeight": 24, | |
"workbench.iconTheme": "vscode-icons", | |
"editor.tabSize": 2, | |
"terminal.integrated.inheritEnv": false, | |
"workbench.productIconTheme": "fluent-icons", | |
"tailwindCSS.emmetCompletions": true, | |
"vsicons.dontShowNewVersionMessage": true, | |
"vscOrganizeImports.formatOnSave": false, | |
"git.confirmSync": false, | |
"editor.inlineSuggest.enabled": true, | |
"svelte.enable-ts-plugin": true, | |
"editor.bracketPairColorization.enabled": true, | |
"editor.guides.bracketPairs": "active", | |
"workbench.statusBar.visible": false, | |
"css.validate": false, | |
"editor.quickSuggestions": { | |
"strings": true | |
}, | |
"window.zoomLevel": 2, | |
"debug.disassemblyView.showSourceCode": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noice!