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 中使用自动格式化程序时遇到了困难......针对我自己的格式化程序模板我在换行时遇到了麻烦,似乎我错过了任何属性线程。
基本配置对我有用,但我坚持这一点,也许有人知道我可以在哪里找到代码样式的属性:
首选:
printf("anything");
当前的自动格式化程序/代码样式:
printf( "anything");
去Windows->Preferences->java->code style->formatter
Windows->Preferences->java->code style->formatter
在这里,您可以导入其他格式化程序,导出您的格式化程序,编辑任何格式化程序。在当前格式化程序上选择编辑并选择Line Wrapping选项卡。
Line Wrapping
编辑: 您的问题似乎与Maximum line size.
Maximum line size