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

fix: support CRLF line breaks in generic-spacing (#485) #486

Merged
merged 1 commit into from Jul 22, 2021

Conversation

avi-moskoff
Copy link
Contributor

The generic-spacing rule doesn't support CRLF line breaks.

// Passes
type X =  Promise<\n    (foo),\n    bar,\n    (((baz)))\n>

// Doesn't pass
type X =  Promise<\r\n    (foo),\r\n    bar,\r\n    (((baz)))\r\n>

@axosoft-avi
Copy link

Closes #485

@gajus gajus merged commit 79267bb into gajus:master Jul 22, 2021
@gajus
Copy link
Owner

gajus commented Jul 22, 2021

🎉 This PR is included in version 5.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Jul 22, 2021
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 this pull request may close these issues.

None yet

3 participants