dprint-plugin-prettier
dprint-plugin-prettier copied to clipboard
Q: "plugin.jsDoc": true and multiline comments
So as soon as you add "plugin.jsDoc": true to the config all multiline comments get joined to have 100% width. Is that intended? I tried to counter it with proseWrap but that did not change anything. What if I want to preserve linebreaks?