Visual Studio Code
偏好設定紀錄。
- 字型偏好
"editor.fontFamily": "Hasklig, 'Source Code Pro', Consolas, 'Microsoft JhengHei', 'Courier New', monospace", - 自動排版 (
alt+shift+f+ 對應的格式器)"editor.formatOnSave": true, - 顯示空白字元
"editor.renderWhitespace": "boundary", - 自動儲存
"files.autoSave": "onWindowChange", - 猜測檔案編碼
"files.autoGuessEncoding": true, - 新增一行作為檔案結束
"files.insertFinalNewline": true, - 指定終端機 
terminal.integrated.shell.windows