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

generic-spacing doesn't support CRLF line breaks #485

Closed
avi-moskoff opened this issue Jul 22, 2021 · 1 comment
Closed

generic-spacing doesn't support CRLF line breaks #485

avi-moskoff opened this issue Jul 22, 2021 · 1 comment

Comments

@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>
@avi-moskoff
Copy link
Contributor Author

Thank you for getting this in so quickly!

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

No branches or pull requests

1 participant