Skip to content

Feature request: Alignment of HTML tags in ABAP Doc #521

Description

@ConjuringCoffee

Hi Jörg-Michael,

I'd like to request an ABAP Cleaner rule to align the HTML tags in ABAP Doc. For example, I'd like to have the list tags automatically indented.

Before:

"! <ul>
"! <li>
"! Lorem ipsum dolor sit amet, consectetur adipiscing elit.
"! </li>
"! <li>
"! Lorem ipsum dolor sit amet, consectetur adipiscing elit.
"! </li>
"! </ul>

Expected:

"! <ul>
"!   <li>
"!     Lorem ipsum dolor sit amet, consectetur adipiscing elit.
"!   </li>
"!   <li>
"!     Lorem ipsum dolor sit amet, consectetur adipiscing elit.
"!   </li>
"! </ul>

This relates to automatic line-breaks in ABAP Doc: #183

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions