I'm using IntelliJ 2017.1 and It's converting my single line javadocs to multiline javadoc on every single instance variable and static strings. How do I setup the code formatter to keep the comment as single line comments if it fits in single line.
/** some java doc **/
is getting converted to
/** 
 * some java doc 
 */
thanks!
Never Mind. Got this. There is an option in IntelliJ which says "Do not wrap one line comments"

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With