marsianer opened a new issue, #4090:
URL: https://github.com/apache/netbeans/issues/4090

   ### Description
   
   Netbeans always makes a left-trim on JavaDoc comments. 
   In case of HTML syntax this is very annoying.
   
   Can this disable?
   ```
   <table>
   <tr>
   <th>Header A</th>
   <th>Header B</th>
   </tr>
   <tr>
   <td>Data A</td>
   <td>Data B</td>
   </tr>
   </table>
   ```
   vs.
   ```
   <table>
       <tr>
           <th>Header A</th>
           <th>Header B</th>
       </tr>
       <tr>
           <td>Data A</td>
           <td>Data B</td>
       </tr>
   </table>
   ```
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow the Apache Software Foundation's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to