LineEndingsUnifier
LineEndingsUnifier copied to clipboard
add support for bash files
i need to support bash files (.sh extension) and .conf files. I added the supported extensions in the config, but it doesn't replace any of the line endings.
How do I go about adding support for these files? I thought it would be a simple.. add the extension and replace the \r\n
for \n
but apparently not!