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
An option to wrap lines after periods would be nice.
For example:
/** * This is some example text. Here is a second sentence. */
after formatting becomes
/** * This is some example text. * Here is a second sentence. */
Some edge cases:
/** * This is some example text. Here is a second sentence. * - This is a list item. This is a fourth sentence. */
/** * This is some example text. * Here is a second sentence. * - This is a list item. * This is a fourth sentence. */
/** * This is some example text. * Here is a second sentence. * - This is a list item. This is a fourth sentence. */
/** * This is some example text. Here is a second sentence. * | Header | Header 2 | * |--------|-----------| * | Foo | Bar. Baz. | */
/** * This is some example text. * Here is a second sentence. * | Header | Header 2 | * |--------|-----------| * | Foo | Bar. Baz. | */
The text was updated successfully, but these errors were encountered:
oops hit enter on accident lol
Sorry, something went wrong.
No branches or pull requests
An option to wrap lines after periods would be nice.
For example:
after formatting becomes
Some edge cases:
eg.
The text was updated successfully, but these errors were encountered: