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

Further indent HTML attribute values #54

Merged
merged 1 commit into from
Feb 6, 2022
Merged

Further indent HTML attribute values #54

merged 1 commit into from
Feb 6, 2022

Conversation

JaapJoris
Copy link
Member

This PR implements option 3 from issue #53, because I think that option is the most consistent. There remain a few edge cases that I did not account for, such as:

<path d="
    M 80 80
    A 45 45, 0, 0, 0, 125 125
    L 125 80 Z
"
    fill="green"
/>

Closes #53

@JaapJoris JaapJoris merged commit baaca57 into main Feb 6, 2022
@JaapJoris JaapJoris deleted the attribute-values branch February 6, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-line tag attribute values
2 participants