Skip to content

Instantly share code, notes, and snippets.

@mbuckley
Last active September 27, 2017 22:03
Show Gist options
  • Save mbuckley/cba58b195604b26baac8697a4805cec4 to your computer and use it in GitHub Desktop.
Save mbuckley/cba58b195604b26baac8697a4805cec4 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 14,
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": true,
"terminal.integrated.fontLigatures": false,
"typescript.check.tscVersion": false,
"editor.wordWrap": "off",
"files.insertFinalNewline": true,
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Fresh Material - Indigo",
"search.exclude": {
"**/node_modules": false,
"**/bower_components": true
},
// The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"editor.renderControlCharacters": true,
"files.associations": {
"*.erb": "erb"
},
"material-icon-theme.showWelcomeMessage": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment