Skip to content

Instantly share code, notes, and snippets.

@kaiye
Created April 6, 2017 07:19
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 kaiye/29060bd17fa8b01d4f2ee4045426eebf to your computer and use it in GitHub Desktop.
Save kaiye/29060bd17fa8b01d4f2ee4045426eebf to your computer and use it in GitHub Desktop.
vscode setting file
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 15,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"eslint.enable": true,
"stylelint.enable": true,
"files.associations": {
"*.tpl": "php",
"*.wxss": "css",
"*.wxml": "html",
"*.tag": "htmltag"
},
"javascript.format.enable": false,
// "editor.quickSuggestionsDelay": 800,
// "stylefmt.autoFormatOnSave": true,
"search.exclude": {
"**/node_modules": false,
"**/bower_components": true
},
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"http.proxy": "",
"http.proxyStrictSSL": false,
"workbench.colorTheme": "Visual Studio Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment