ppalaga commented on a change in pull request #588: Some cleanup and
improvements
URL: https://github.com/apache/camel-quarkus/pull/588#discussion_r362958478
##########
File path: tooling/eclipse-formatter-config.xml
##########
@@ -267,5 +267,6 @@
<setting id="org.eclipse.jdt.core.formatter.enabling_tag"
value="CHECKSTYLE:ON"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.format_block_comments"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/>
+ <setting
id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments"
value="false"/>
Review comment:
Could you please try if the following combination does what you want?
```
<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments"
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions"
value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped"
value="false"/>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services