Skip to content

Instantly share code, notes, and snippets.

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 nguyenbathanh/3aea976fe3f7ea5dc60948b20a467fa2 to your computer and use it in GitHub Desktop.
Save nguyenbathanh/3aea976fe3f7ea5dc60948b20a467fa2 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "DejaVu Sans Mono",
// "files.trimTrailingWhitespace": true,
"editor.fontSize": 14,
"editor.tabSize": 2,
"files.eol": "\n",
"editor.cursorBlinking": "smooth",
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true
},
"git.enabled": false,
"typescript.validate.enable": false,
"javascript.validate.enable": false,
"javascript.format.enable": false,
"editor.codeLens": false,
"files.exclude": {
"**/node_modules": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true
},
"scss.validate": false,
"flow.useNPMPackagedFlow": true,
"editor.renderIndentGuides": true
// "editor.fontLigatures": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment