mirror of
https://github.com/seepine/hash-files.git
synced 2025-01-31 17:36:45 +08:00
13 lines
294 B
JSON
13 lines
294 B
JSON
|
{
|
||
|
// 保存时执行eslint
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
// 从不展示扩展缩写
|
||
|
"emmet.showExpandedAbbreviation": "never",
|
||
|
// 关闭代码区域小地图
|
||
|
"editor.minimap.enabled": false,
|
||
|
// 代码过长换行
|
||
|
"editor.wordWrap": "on"
|
||
|
}
|