Skip to content

Instantly share code, notes, and snippets.

@brandonjyee
Created May 1, 2018 03:16
Show Gist options
  • Save brandonjyee/391555169db3b26467958873a1265837 to your computer and use it in GitHub Desktop.
Save brandonjyee/391555169db3b26467958873a1265837 to your computer and use it in GitHub Desktop.
Recommend setting for VSCode
{
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": false,
"editor.rulers": [80, 100],
"editor.tabSize": 2,
"editor.trimAutoWhitespace": false,
"editor.wordWrap": "on",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.associations": {
".gitignore": "shellscript"
},
"emmet.syntaxProfiles": { "javascript": "jsx" },
"window.title": "${activeEditorMedium}${separator}${rootName}",
"workbench.colorCustomizations": {
"editorWarning.foreground": "#ec0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment