python-titlecase icon indicating copy to clipboard operation
python-titlecase copied to clipboard

Preserve tabs

Open Kirkman opened this issue 2 years ago • 1 comments

Is it feasible to offer support for preserving tab characters, the same way you added support for preserving newlines?

I often use this script inside of Sublime Text to help fix text that I copy from spreadsheets, but I pretty much have to do it one column at a time because tab characters get converted to spaces when I use it.

Kirkman avatar Sep 14 '22 18:09 Kirkman

Probably, but not something I'll be able to implement any time soon. Happy to take a PR.

Would it make more sense to add as --preserve-whitespace ; special casing new lines makes some sense to me, but not necessarily every whitespace character

ppannuto avatar Sep 14 '22 23:09 ppannuto