|
http://www.jindent.com |
Previous: Qualifiers
|
Next: Alignments
|
| Wrap after left parentheses ( on demand |

|
if (x == 0) | { | stringBuffer = new StringBuffer("a pretty long String value which is not easy to wrap"); } | |
|
if (x == 0) | { | stringBuffer = new StringBuffer( | "a pretty long String value which is not easy to wrap"); | } | |