Skip to content

Instantly share code, notes, and snippets.

@cubaraphael
Created August 10, 2018 01:32
Show Gist options
  • Select an option

  • Save cubaraphael/109fe5fd5067e25b22d234fdb87cf3fe to your computer and use it in GitHub Desktop.

Select an option

Save cubaraphael/109fe5fd5067e25b22d234fdb87cf3fe to your computer and use it in GitHub Desktop.
{
"editor.tabCompletion": true,
"editor.fontSize": 14,
"editor.renderWhitespace": "boundary",
"editor.formatOnType": true,
"editor.autoIndent": true,
"window.zoomLevel": 0,
"files.insertFinalNewline": true,
"explorer.openEditors.visible": 0,
"terminal.integrated.fontSize": 14,
"emmet.triggerExpansionOnTab": true,
"java.errors.incompleteClasspath.severity": "ignore",
"editor.formatOnSave": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"files.associations": {
"*.js": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment