VS2019,Unity 默认行尾
作者:互联网
Unix平台: LF
Windows平台: CRLF
为了与 MAC 电脑统一,全部采用 LF 行尾
-
在 VS2019 中设置保存时的默认行尾,需要安装 Line Endings Unifier 插件。
扩展 -> 管理扩展,搜索并安装 Line Endings Unifier 插件,重启 VS2019 安装完成后,工具 -> 选项 -> Line Endings Unifier 设置如下:
-
修改 Unity 文件模板的默认行尾为 LF:
Edit -> Project Settings -> Line Endings For New Scripts Mode -> Unix
标签:LF,VS2019,Endings,Unity,Unifier,行尾,Line 来源: https://www.cnblogs.com/kingBook/p/15731251.html