Can the Eclipse formatter be configured to indent multiple lines between parenthesis properly?

前端 未结 1 1499
刺人心
刺人心 2021-01-05 00:44

Can eclipse formatter and code cleanup be configured (or extended) to add the indentation I expect in the following examples:

public static void main(String[         


        
相关标签:
1条回答
  • 2021-01-05 01:29

    Did you check line wrapping tab. if you select "Wrap all elements, every element on a new line" for Expressions/Array Initializers and Function Calls/Qalified object allocation arguments I think you will get something similar

    0 讨论(0)
提交回复
热议问题