Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge keeps an empty line when the file ends with multiple empty lines #91

Open
moshfeu opened this issue Apr 6, 2022 · 1 comment
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@moshfeu
Copy link
Owner

moshfeu commented Apr 6, 2022

Left file

public class Main {

    public static void main(String[] args) {
        System.out.println("Hi");
    }
}

Right file

public class Main {

    public static void main(String[] args) {
        System.out.println("Hello");
    }
}
@moshfeu moshfeu added the bug Something isn't working label Apr 6, 2022
@moshfeu moshfeu changed the title Merge still keep an empty line when the file ends with multiple empty lines Merge keeps an empty line when the file ends with multiple empty lines Apr 6, 2022
@stale
Copy link

stale bot commented Jun 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 10, 2022
@moshfeu moshfeu added help wanted Extra attention is needed and removed wontfix This will not be worked on labels Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant