Closed lcrespom closed 4 months ago
Thank you and nice catch!
@lcrespom released as 2.4.0
Thank you very much. I checked it and it works.
Regards, Luis.
On Fri, Jul 5, 2024 at 11:35 AM Julien Deniau @.***> wrote:
@lcrespom https://github.com/lcrespom released as 2.4.0
— Reply to this email directly, view it on GitHub https://github.com/mapado/prettier-plugin-gherkin/issues/22#issuecomment-2210543510, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGFHEQ67ZKJGOWDLMFXFXTZKZSG3AVCNFSM6AAAAABKI6KPMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGU2DGNJRGA . You are receiving this because you were mentioned.Message ID: @.***>
The text in free-form descriptions should take the
printWidth
prettier option into account. For example:If this option is set in
.prettierrc
:"printWidth": 80
Then the text should be wrapped accordingly:
P.S. thank you for this very useful plugin :-)