Skip to content

Instantly share code, notes, and snippets.

@juliusdejon
Created February 24, 2020 07:29
Show Gist options
  • Save juliusdejon/1539226fc344b0c68bc98436c004b14e to your computer and use it in GitHub Desktop.
Save juliusdejon/1539226fc344b0c68bc98436c004b14e to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorTheme": "Shades of Purple",
"editor.wordWrap": "on",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.fontWeight": "400", // Regular,
"editor.tabSize": 2,
"editor.letterSpacing": 0.5,
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"editor.cursorBlinking": "smooth",
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"editor.glyphMargin": true,
"workbench.editor.enablePreview": false,
"window.zoomLevel": -1,
"emmet.includeLanguages": {
"HTML (Eex)": "html"
},
"workbench.editor.highlightModifiedTabs": true,
"explorer.sortOrder": "type",
"ruby.rubocop.onSave": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment