Skip to content

Instantly share code, notes, and snippets.

@albertywu
Created September 2, 2016 01:29
Show Gist options
  • Select an option

  • Save albertywu/f3bc6a9a111e4c4e0f2eca4cb7d48235 to your computer and use it in GitHub Desktop.

Select an option

Save albertywu/f3bc6a9a111e4c4e0f2eca4cb7d48235 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"filePicker.alternateFileNameMatching": true,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 15,
"editor.lineHeight": 22,
"editor.tabSize": 2,
"editor.wrappingColumn": -1,
"editor.formatOnType": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
".bower/**": true,
".sass-cache/**": true
},
"files.trimTrailingWhitespace": true,
"css.lint.zeroUnits": "warning",
"sass.lint.zeroUnits": "warning",
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"tslint.enable": true,
"html.format.wrapLineLength": 120,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment