Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

request option to turn off per file type

Open PaltryProgrammer opened this issue 4 years ago • 3 comments

Thank You for providing Rewrap May I please request the option to turn it off per file type in particular "txt" files as the text editor wraps as I prefer I was surprised it wrapped text files as presumably Rewrap is for code comments Thank You Kindly - Cheerio

PaltryProgrammer avatar Jun 14 '21 20:06 PaltryProgrammer

I have the same problem, but it is the .arb file

chungxon avatar Jun 06 '23 16:06 chungxon

@PaltryProgrammer @lesonlhld I think you can do this simply by disabling the auto-wrap feature by filetype in your settings.json. For example, like this:

    "[plaintext]": {
        "rewrap.autoWrap.enabled": false,
    }

wyrmiyu avatar Jul 13 '24 21:07 wyrmiyu

@wyrmiyu Resolved! Thank you so much bro

chungxon avatar Jul 14 '24 10:07 chungxon