Not sure if this is related to #8 ?
95 characters:

96 characters:

I'd expect it to wrap such that no characters (including the comment characters) exceed the print width (shown in the screenshot with the vertical line).
This is my .prettierrc:
{
"plugins": ["./node_modules/prettier-plugin-jsdoc"],
"jsdocCapitalizeDescription": false,
}
No override of the default printWidth of 80, so it should be 80. Also the rest of my code formats properly to 80.
Not sure if this is related to #8 ?
95 characters:
96 characters:
I'd expect it to wrap such that no characters (including the comment characters) exceed the print width (shown in the screenshot with the vertical line).
This is my
.prettierrc:{ "plugins": ["./node_modules/prettier-plugin-jsdoc"], "jsdocCapitalizeDescription": false, }No override of the default
printWidthof80, so it should be80. Also the rest of my code formats properly to80.