Skip to content

Instantly share code, notes, and snippets.

@sagar-gavhane
Last active July 19, 2018 12:26
Show Gist options
  • Save sagar-gavhane/1d9b3dac7f09f7032c065e39b67460ff to your computer and use it in GitHub Desktop.
Save sagar-gavhane/1d9b3dac7f09f7032c065e39b67460ff to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"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
}
@sagar-gavhane
Copy link
Author

sagar-gavhane commented Jun 27, 2018

// jsx code folding -- Close vscode and reopen ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment