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

Different curly placement for anonymous functions #538

Closed
al-arz opened this issue Oct 20, 2019 · 0 comments
Closed

Different curly placement for anonymous functions #538

al-arz opened this issue Oct 20, 2019 · 0 comments
Labels
enhancement New feature or request lineends line end handling

Comments

@al-arz
Copy link

al-arz commented Oct 20, 2019

Feature
Would be nice to have an option to treat curly placement differently for anonymous functions.

Sample of desired output

class Main
{
	static function main()
	{
		doSomethingWith(function () {
		});
	}
}
@AlexHaxe AlexHaxe added enhancement New feature or request lineends line end handling labels Oct 20, 2019
AlexHaxe added a commit to AlexHaxe/haxe-formatter that referenced this issue Dec 26, 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 lineends line end handling
Projects
None yet
Development

No branches or pull requests

2 participants