lburgazzoli opened a new issue #389: [code formatter] multi line TODOs are not 
supported
URL: https://github.com/apache/camel-quarkus/issues/389
 
 
   Assuming I have a TODO like:
   
   ```java
   // TODO: blablabla
   //       blablabla
   ```
   
   This is then re-formatted as:
   
   ```java
   // TODO: blablabla
   // blablabla
   ```
   
   Which loses IDE support
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to