Is there any way to configure IC to have line endings set to CRLF during metadata fetch operations?
I'm using a Windows machine which results in CRLF's when I pull code from github with the current configs, but the resultant files that come down from retrieve/refresh ops with IC have (just) LF's so I'm seeing lots of diff's that vary only by line endings.
I think I can probably get around this by putting tweaking the core.eol, core.autocrlf config settings and adding appropriate .gitattributes file entries but thought I should ask this group in case there's an easy way to have IC force CRLF on metadata fetch ops instead of LF.
I looked over the app config settings and nothing jumped out at me.