Hi,
If working with abapGit repositories, each ABAP file is always ended with a newline (lf) character. The abapGit report adds this newline behind the scene, as the web editors like GitHub are doing the same thing.
ABAP Cleaner currently does not do this, and so I would have always at least this one diff if I clean a whole lot of files.

The code adjustment would be very simple. I am not sure if an extra cli option is required for this, as a newline at the end of file will not hurt anyone - I think 😉.
Kind regards,
Ludwig
Hi,
If working with abapGit repositories, each ABAP file is always ended with a newline (
lf) character. The abapGit report adds this newline behind the scene, as the web editors like GitHub are doing the same thing.ABAP Cleaner currently does not do this, and so I would have always at least this one diff if I clean a whole lot of files.
The code adjustment would be very simple. I am not sure if an extra cli option is required for this, as a newline at the end of file will not hurt anyone - I think 😉.
Kind regards,
Ludwig