Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Last active June 10, 2018 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tinusw/d789201c4816077cb53994766e2a7b5f to your computer and use it in GitHub Desktop.
Save Tinusw/d789201c4816077cb53994766e2a7b5f to your computer and use it in GitHub Desktop.
{
"workbench.statusBar.visible": true,
"workbench.statusBar.feedback.visible": false,
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"javascript.format.enable": false,
"prettier.eslintIntegration": true,
"editor.scrollBeyondLastLine": false,
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"editor.fontSize": 14,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"window.newWindowDimensions": "maximized",
"explorer.confirmDragAndDrop": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment