# 【tip】常用settings

修改 settings.json

```JSON
{
"workbench.editor.wrapTabs": true, 			// tab數量超過一行是否摺疊顯示(false 會出現scroll bar)
"workbench.editor.enablePreview": false, 	// 點選檔案是否使用同一個tab(不另開)
  
 "editor.defaultFormatter": null, 			// 預設排版引擎
  "[html]": {								// html 使用排版引擎
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.links": false, 					// 關閉超連結(避免誤點超連結，選用)
}
```

---

editor.links

[![image-1665730176972.png](https://bookstack.treemanou.com/uploads/images/gallery/2022-10/scaled-1680-/yrQRQqTCjs2EZa1z-image-1665730176972.png)](https://bookstack.treemanou.com/uploads/images/gallery/2022-10/yrQRQqTCjs2EZa1z-image-1665730176972.png)