Rewrap
Rewrap copied to clipboard
request option to turn off per file type
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
I have the same problem, but it is the .arb file
@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 Resolved! Thank you so much bro