Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Formatting issue with structured types including a structured type #278

@hansdampfinger666

Description

@hansdampfinger666

I hope it's not a config option I'm missing, but this (already ABAP cleaner formatted code):

    TYPES:
      BEGIN OF ty_conf_out_posnr.
    INCLUDE TYPE conf_out AS conf_out.
    TYPES: items TYPE string_t,
    END OF ty_conf_out_posnr.

Should be this:

    TYPES:
      BEGIN OF ty_conf_out_posnr.
        INCLUDE TYPE conf_out AS conf_out.
        TYPES: items TYPE string_t,
      END OF ty_conf_out_posnr.

Writing the below code will revert back to the the upper version when I run ABAP cleaner (or actually something worse, it puts the END OF... statement on row 0).

My config: ECC.zip

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions