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.
每当我在 Eclipse 中使用Source > Format时,它都会从第 80 行开始换行。但是我的程序有很多长行,我想将它的容差扩展到 120。我尝试寻找一个我可以的设置改变这个,但找不到。这可以做到吗?
您可以在Preferences -> Java -> Code Style -> Formatter下找到它。
单击当前活动配置文件旁边的“编辑”按钮,转到“换行”选项卡并更改“最大线宽”设置。
转到 Window/Preferences 并打开 Java/Code Style Formatter。然后编辑配置文件。您可以在“换行”选项卡上更改边距(“最大线宽”)。