Skip to content

Instantly share code, notes, and snippets.

@cn27529
Last active May 27, 2019 05:34
Show Gist options
  • Save cn27529/c2eb6c231b975d7443fbf4d55b2ab712 to your computer and use it in GitHub Desktop.
Save cn27529/c2eb6c231b975d7443fbf4d55b2ab712 to your computer and use it in GitHub Desktop.
vscode 貼上程式碼後自動整理縮排
https://coder.tw/?p=7440
// 控制編輯器是否應自動設定貼上的內容格式。格式器必須可供使用,而且格式器應該能夠設定文件中一個範圍的格式。
"editor.formatOnPaste": true,
// 在儲存時設定檔案格式。格式器必須處於可用狀態、檔案不得自動儲存,且編輯器不得關機。
"editor.formatOnSave": false,
// 控制編輯器是否應在輸入一行後自動格式化
"editor.formatOnType": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment