したがって、次のようなフォーマット規則に従う必要があります。
Space on each side of operator (*, =, +, %, etc)
No space at the end of a line
No more than 80 chars per line
フォーマットエラーを含む赤い線で強調表示する方法はありますか? 次のいずれかの理由により、Eclipse 自動フォーマット ツールは適切ではありません。
多くの行に変更されるか(私が書いたものではない古いコード)、変更されません(私のコードのみ)
私はいくつかの「カラフルな」ガイドラインに従わなければならないので:
You must change formating error relative to operators in old code but nothing else
Your code must be correctly formated.
何か案は?ありがとう