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

Don't trigger multi var wrapping too early #430

Closed
Gama11 opened this issue Apr 7, 2019 · 0 comments
Closed

Don't trigger multi var wrapping too early #430

Gama11 opened this issue Apr 7, 2019 · 0 comments
Labels
enhancement New feature or request wrapping Incorrect or undesirable wrapping

Comments

@Gama11
Copy link
Member

Gama11 commented Apr 7, 2019

I think none of these cases should trigger wrapping with default settings:

class Main {
	static function main() {
		var type = null, doc = null;
		var lineContent, uri;
		var name, type, opt = false;
		var low = 0, high = lineOffsets.length;
	}
}
@Gama11 Gama11 added enhancement New feature or request wrapping Incorrect or undesirable wrapping labels Apr 7, 2019
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wrapping Incorrect or undesirable wrapping
Projects
None yet
Development

No branches or pull requests

1 participant