Closed hashchange closed 8 years ago
I have the right margin (default) set to 120. In JS files, I noticed that the plugin wraps lines at different lengths, depending on the comment style.
//
/** lorem ipsum */
Multi-line block comments:
/** * Lorem ipsum .. */
Wrapped if exceeding 118 characters.
In unrelated news, thanks for your super-helpful plugin! :)
I have the right margin (default) set to 120. In JS files, I noticed that the plugin wraps lines at different lengths, depending on the comment style.
//
):lines are wrapped if they exceed 117 characters.
/** lorem ipsum */
):wrapped if exceeding 116 characters (total, including end delimiter of comment).
Multi-line block comments:
Wrapped if exceeding 118 characters.
In unrelated news, thanks for your super-helpful plugin! :)