Skip to content

Instantly share code, notes, and snippets.

@a1300
Created July 5, 2018 13:55
Show Gist options
  • Save a1300/4bb42a8f8c748c43d1f6be38f474af2b to your computer and use it in GitHub Desktop.
Save a1300/4bb42a8f8c748c43d1f6be38f474af2b to your computer and use it in GitHub Desktop.
{
"git.enableSmartCommit": true,
"files.autoSave": "afterDelay",
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary",
"window.zoomLevel": 1,
"markdown.extension.preview.autoShowPreviewToSide": true,
"eslint.run": "onType",
"workbench.colorTheme": "One Monokai",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment