首页 > 代码库 > 修改Eclipse格式化代默认长度

修改Eclipse格式化代默认长度

eclipse 默认设置的换行长度, 格式化代码后,经常换行,非常难看。

 

1.Java代码
打开Eclipse的Window菜单,然后

Preferences->Java->Code Style->Formatter->Edit -> New ...->Line Wrapping->Maximum line width:默认80

改成200就行了。

 

2.CSS代码

Window->Preferences->Web->CSS Files->Editor->Line width:默认为72

改成200就行了。

 

3.Html代码

Window->Preferences->Web->HTML Files->Editor->Line width:默认为72

改成200就行了。

 

4.JSP代码

Window->Preferences->Web->JSP Files->Editor->右边   See ‘Editor‘ for JSP with HTML econtent    再 Line width:默认为72

改成200就行了。

 

 

修改Eclipse格式化代默认长度