本文介绍了如何在Eclipse中配置EOL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在Windows中使用eclipse。但是,我的组织中的其他人大多是在linux中编写代码。这会导致EOL的冲突。如何将EOL从\r\\\
更改为\\\
?
解决方案
-
为了对您的工作区中的所有项目执行此操作,请从菜单栏
窗口>首选项>一般>工作区>新文本文件行分隔符
-
为了在每个项目的基础上进行,请转到项目的
属性
并从侧边栏中选择资源
以获取相同的选项新建文本文件行分隔符
I'm using eclipse in Windows. However, other people in my group mostly write code in linux.This cause a conflict of EOL. How can I change the EOL from \r\n to \n?
解决方案
To do this for all projects in your workspace, from the menu bar
Window > Preferences > General > Workspace > New text file line delimiter
To do it on a per-project basis, go to your project's
Properties
and selectResource
from the sidebar to get the same option ofNew text file line delimiter
这篇关于如何在Eclipse中配置EOL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!