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

Namespace formatting is not indented #94

Closed
dballesteros7 opened this issue Jul 20, 2017 · 0 comments · Fixed by #104
Closed

Namespace formatting is not indented #94

dballesteros7 opened this issue Jul 20, 2017 · 0 comments · Fixed by #104
Assignees
Labels

Comments

@dballesteros7
Copy link

Source code:

{namespace bamboo.panda.soy.panda autoescape="strict"
    requirecss="bamboo.panda"}

Is auto formatted to:

{namespace bamboo.panda.soy.panda autoescape="strict"
requirecss="bamboo.panda"}

What I'd expect is:

{namespace bamboo.panda.soy.panda autoescape="strict"
    requirecss="bamboo.panda"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants