We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Single line/multi line comments are not automatically wrapped/checked by csharpier.
Input:
// Test very long line comment. // Second line of long comment. var someVariable = someValue;
Width = 10
Output:
Expected behavior:
// Test // very // long // line // comment. // Second // line // of // long // comment. var someVariable = someValue;
The text was updated successfully, but these errors were encountered:
I'm not opposed to this, but it may be a lot of work. Prettier has had the request for 7 years now - prettier/prettier#265
That also brings up some points about potential issues. ascii diagrams, table-formatted text, etc.
Sorry, something went wrong.
I have a PR for this - will publish to get feedbacks. #1355
.assign
I feel like this would break far too many things, than the few things it would help.
make1980
Successfully merging a pull request may close this issue.
Single line/multi line comments are not automatically wrapped/checked by csharpier.
Input:
Width = 10
Output:
Expected behavior:
The text was updated successfully, but these errors were encountered: