eclipse一些代码设置

2017-07-11  本文已影响24人  stutterr
utf-8格式

window->preference->General->workspace 下将Text file encoding设置为UTF-8格式,New text file line dlimit 设置为unix

同时preference->web->jsp flies 下将 Encoding也设置为UTF-8 默认jsp文件已UTF-8格式

使用空格来代替tabs

将空格用 · 代替显示
preference->General->Text Editors 下勾上show whitespace characters
同时勾上Insert spaces for tabs 设置tab代替的空格为四个
preference->java->code style->formatter 下新建一个 同时edit 将Indentation标签下的Tab policy改为Space only

保存自动删除尾部空行

preference->java->Editor->save actions 下勾上Perform the selected actions on save Additional actions 之后点击configure ,在Code Organizing 标签下勾上 Remove trailing whitespace

代码细则

上一篇下一篇

猜你喜欢

热点阅读