Created
August 3, 2017 10:51
-
-
Save nguyenbathanh/3aea976fe3f7ea5dc60948b20a467fa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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