I am trying to change the settings of the Eclipse formatter so that it doesn’t align the indentation of the param tag descriptions. This is what I am aiming for: And this is what the formatter is currently doing: I have tried changing a couple of setting with no luck. In the Eclipse formatter editor I d…
Tag: code-formatting
How to make Eclipse align the ?: ternary operator?
I need the exact same effect as in this question but in Eclipse. It should only do the alignment if I explcitly insert a new line before the “:” or if the second operand (the “true” expression) is too long. Example: Answer This original answer was for Galileo which is well over a decad…
Best source code formatter for Javascript? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and …