VS Code處理換行符最佳處理 發佈日期: 2025 年 8 月 27 日 作者: Sky Leong 除.bat文件外全部用LF (\n)換行 VS Code中,Ctrl + , (Windows)或 cmd + , (MacOS) -> 搜尋eol, 將Files: Eol改為\n 新增.gitattributes, 內容如下: * text=auto eol=lf # 如果有需要 CRLF 的特例 (例如 .bat 檔) *.bat text eol=crlf 相關文章VS Code鍵入console.log快捷鍵Windows 安裝CUDA與CUDNN[Windows] Oracle Unable to OpenSCManager: err=5[Windows] 以系統管理員執行batWindows 檢查已被佔用端口virtual box share folder with windows host