Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Zend Studio 8/9 或 Windows 的 Eclipse 中使用 unix Style 行尾(仅 LF),我应该怎么做?
要创建带有 Unix 行结尾的新文件,请设置 Window > Preferences > General > Workspace > New text file line delimiter > Unix。
要将现有的行尾转换为 Unix 样式,请执行 File > Convert Line Delimiters to > Unix。
更新:如果您在执行文件 > 将行分隔符转换为 > Unix 之前在项目视图中选择项目,则此转换也适用于整个项目。至少在我的测试中,二进制文件不受这种大规模转换的影响。