这应该很容易回答:
我已将 Eclipse 设置为将 Java 代码包装超过 80 个字符以尊重我的利润。
此代码从不包装:
if (expressionItem.type.isTypeCompatibleWith(containingNameLink.type) == false) {
reportParsingError("expression type incompatible with containing "
+ "context.");
}
问题:如何设置我的代码格式化程序首选项以便尊重边距?