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

Empty lines between if and body are not removed if there's a comment #556

Closed
Gama11 opened this issue Jan 17, 2020 · 0 comments
Closed

Empty lines between if and body are not removed if there's a comment #556

Gama11 opened this issue Jan 17, 2020 · 0 comments
Labels
bug Something isn't working emptylines missing or incorrect empty line

Comments

@Gama11
Copy link
Member

Gama11 commented Jan 17, 2020

The empty line is removed here:

class Main {
	static function main() {
		if (foo)
			
			bar;
	}
}

But not here:

class Main {
	static function main() {
		if (foo) //

			bar;
	}
}
@Gama11 Gama11 added bug Something isn't working emptylines missing or incorrect empty line labels Jan 17, 2020
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working emptylines missing or incorrect empty line
Projects
None yet
Development

No branches or pull requests

1 participant