What improvement do you think would an existing feature or tool in DevToys?
Be able to select between CRLF and LF as an end-of-line-sequence of input strings when encoding text to basee64.
Solution/Idea
Enchange the existing configuration of the tool to apply CRLF or LF for new line:

Example from base64encode

Comments
Why this matters:
This could lead to situations that decoded strings would be rejected by programs expecting strings with end-of-characher to be LF. (ie libcrypto when parsing private-keys for ssh)