Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode setting.json配置 #32

Open
cosyer opened this issue Feb 20, 2019 · 0 comments
Open

vscode setting.json配置 #32

cosyer opened this issue Feb 20, 2019 · 0 comments

Comments

@cosyer
Copy link
Owner

cosyer commented Feb 20, 2019

{
"editor.formatOnSave": true,
"files.autoSave": "off",
"git.ignoreMissingGitWarning": true,
"git.enableSmartCommit": true,
"powermode.enabled": false, // 屏振
"git.autofetch": true,
"prettier.disableLanguages": ["vue", "markdown"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"javascript.updateImportsOnFileMove.enabled": "never",
"files.associations": {
".cjson": "jsonc",
"
.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"typescript.locale": "zh-CN",
"window.zoomLevel": 0,
"leek-fund.fundSort": -1,
"leek-fund.funds": [
"001632",
"420009",
"320007",
"003096",
"001102",
"001071",
"161725",
"001595",
"001630",
"519674",
"002697",
"005919",
"005918",
"001549",
"001644",
"004753",
"001475"
],
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline",
"diffEditor.ignoreTrimWhitespace": false,
// 文件头部注释
"fileheader.customMade": {
"Description": "",
// "version": "",
"Author": "chenyu",
"Date": "Do not edit",
"LastEditors": "chenyu",
"LastEditTime": "Do not Edit"
},
// 函数注释
"fileheader.cursorMode": {
"name": "",
"msg": "",
"param": "",
"return": ""
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant