You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried many combinations of the rule "align conditional expressions" and "align parameters and components" but there is no possibility to achive the result above as the cleaner have multiple options to format it to the right, but fewer to the bottom :)
Are there plans to enhance those rules, so that above formatting will be possible?
The text was updated successfully, but these errors were encountered:
In my company the committed coding standard looks like the following examples:
a method call with one parameter is like this:
method_call( parameter ).
a method call with two or more parameters is like this.
Conditional expressions would look like
a combination would look like this:
value is formatted as method calls:
if the line gets to long, another line break will be done:
i tried many combinations of the rule "align conditional expressions" and "align parameters and components" but there is no possibility to achive the result above as the cleaner have multiple options to format it to the right, but fewer to the bottom :)
Are there plans to enhance those rules, so that above formatting will be possible?
The text was updated successfully, but these errors were encountered: