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

Option for closing brackets on the same line. #63

Open
sydneyli opened this issue Oct 1, 2019 · 1 comment
Open

Option for closing brackets on the same line. #63

sydneyli opened this issue Oct 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@sydneyli
Copy link
Contributor

sydneyli commented Oct 1, 2019

Apache 2.2, which is the version of Apache on CentOS 6, sometimes allows syntax like:

<Block1>
<Block2>
</Block2> </Block1>

Where the final closing brackets are on the same line. @etingof, what do you think about enabling an option to support this? It seems to actually be a bug in Apache 2.2's parser, but we may have to support it (to prevent regressions) until CentOS 6 is EOL'ed.

@etingof
Copy link
Owner

etingof commented Oct 2, 2019

what do you think about enabling an option to support this

Makes sense to me!

I wonder, is having tags on different lines a requirement at all? Or is it about the nesting?

until CentOS 6 is EOL'ed.

Which is on 30.11.2020.

@etingof etingof added the enhancement New feature or request label Nov 17, 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
Projects
None yet
Development

No branches or pull requests

2 participants