Skip to content

Instantly share code, notes, and snippets.

@beije
Last active November 9, 2015 20:40
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 beije/4bb7bf63c7109692315d to your computer and use it in GitHub Desktop.
Save beije/4bb7bf63c7109692315d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Courier New",
"editor.glyphMargin": true,
"editor.renderWhitespace": true,
"javascript.validate.lint.curlyBracketsMustNotBeOmitted": "warning",
"editor.tabSize": "4",
"editor.fontSize": 14,
"editor.insertSpaces": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment