Last active
July 19, 2018 12:26
-
-
Save sagar-gavhane/1d9b3dac7f09f7032c065e39b67460ff to your computer and use it in GitHub Desktop.
Visual Studio 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
{ | |
"window.zoomLevel": 0, | |
"editor.fontFamily": "Operator Mono Medium, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"editor.fontLigatures": true, | |
"editor.tabSize": 4, | |
"editor.mouseWheelZoom": true, | |
"editor.rulers": [120], | |
"editor.smoothScrolling": true, | |
"editor.tabCompletion": true, | |
"files.autoSaveDelay": 2000, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"editor.trimAutoWhitespace": true, | |
"editor.snippetSuggestions": "bottom", | |
"emmet.includeLanguages": { | |
"javascript": "html" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Cobalt2", | |
"editor.lineHeight": 25, | |
"editor.letterSpacing": 0.5, | |
"editor.cursorStyle": "line", | |
"editor.cursorWidth": 5, | |
"editor.cursorBlinking": "solid", | |
"editor.renderWhitespace": "all", | |
"typescript.experimental.syntaxFolding": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// jsx code folding -- Close vscode and reopen ...