Skip to content

Instantly share code, notes, and snippets.

@storenth
Created June 21, 2020 09:08
Show Gist options
  • Save storenth/72faea466c4b365178168d69a413650d to your computer and use it in GitHub Desktop.
Save storenth/72faea466c4b365178168d69a413650d to your computer and use it in GitHub Desktop.
//~/Library/Application Support/Code/User/settings.json
{
"editor.renderWhitespace": "all",
"gitlens.hovers.currentLine.over": "line",
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderControlCharacters": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"[javascript]": {},
"terminal.integrated.shell.osx": "/bin/zsh"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment