Skip to content

Instantly share code, notes, and snippets.

@takashicompany
Created February 29, 2016 14:01
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 takashicompany/481678085320c2d74144 to your computer and use it in GitHub Desktop.
Save takashicompany/481678085320c2d74144 to your computer and use it in GitHub Desktop.
Visual Studio Code setting.
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": true,
"editor.insertSpaces": false,
"editor.quickSuggestions": true,
"editor.autoClosingBrackets": false,
"editor.referenceInfos": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment