dedent
dedent copied to clipboard
enable tab compatbility
This is a basic implementation to allow tab usage. I handle each tab like a single space character. In most cases this should be fine as it's really rare that tabs and spaces are mixed.
Issue: https://github.com/dmnd/dedent/issues/10
@dmnd, @Haroenv could you give an estimation, when this pull might get merged?
If someone is finding this pr and is looking for a fast fix: I published a version with my fix on npm.
when is it going to be merged?
@sorrykim I wouldn't expect this to be merged in a timely manner. The project is inactive for over 3 years now. If you really need this feature, I would recommend you using dedent-tabs which is a fork of this project I still maintain and has this feature built in.
That's fast.