Normally I’d do this via .gitattributes
or git config
, but is there any way to configure the rules for line endings when using the Web IDE?
I recently had a case where the Web IDE was being used on Windows and inserting \r\n
at the end, rather than the expected \n
. This caused some text processing jobs to blow up.
I can work around it. For every text job in every project, but that’s brittle. I’d rather just let people know what settings to tweak.