Skip to content

Instantly share code, notes, and snippets.

@mradbourne
Last active December 7, 2016 10:41
Show Gist options
  • Save mradbourne/2087fee74db18d67dc086ebb54e7fa02 to your computer and use it in GitHub Desktop.
Save mradbourne/2087fee74db18d67dc086ebb54e7fa02 to your computer and use it in GitHub Desktop.
VS Code user settings
{
"editor.fontSize": 14,
"editor.fontFamily": "Monaco",
"editor.renderWhitespace": "boundary",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.wordWrap": true,
"files.associations": {
"*.css": "scss",
"*.js": "javascriptreact"
},
"files.insertFinalNewline": true,
"auto-close-tag.enableAutoCloseTag": false,
"auto-close-tag.enableAutoCloseSelfClosingTag": false,
"git.confirmSync": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment