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

Improve indentation for multi-line statements #79

Open
hillelcoren opened this issue Nov 2, 2017 · 0 comments
Open

Improve indentation for multi-line statements #79

hillelcoren opened this issue Nov 2, 2017 · 0 comments
Labels
bug The issue is a defect of this package.

Comments

@hillelcoren
Copy link

hillelcoren commented Nov 2, 2017

I'm having trouble getting auto-indentation to work correctly if a statement is more than one line.

<div class="row">
	
	{!! method()
		->method() !!}
		
</div>

Indents to:

<div class="row">
	
	{!! method()
		->method() !!}
		
	</div>

Original reference: #35

@Ingramz Ingramz added the bug The issue is a defect of this package. label Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a defect of this package.
Projects
None yet
Development

No branches or pull requests

2 participants