You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/11/11 16:00:50 UTC

[camel-quarkus] 02/03: code formatter] multi line TODOs are not supported #389

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 47591887286a8764411a1af72eef6c44dbcda2c9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Nov 11 11:25:12 2019 +0100

    code formatter] multi line TODOs are not supported #389
---
 build/eclipse-formatter-config.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/eclipse-formatter-config.xml b/build/eclipse-formatter-config.xml
index ffe394c..d0cd7cc 100644
--- a/build/eclipse-formatter-config.xml
+++ b/build/eclipse-formatter-config.xml
@@ -265,5 +265,7 @@
         <setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="true"/>
         <setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="CHECKSTYLE:OFF"/>
         <setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="CHECKSTYLE:ON"/>
+        <setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="true"/>
+        <setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/>
     </profile>
 </profiles>