0
Declined
Stop showing LF will be replaced by CRLF
Would it be possible to have an option to stop showing popup warning for LF will be replaced by CRLF?
Like don't show again for example.
Customer support service by UserEcho
You mean the warning produced by Git? That won't be possible and even if, it wouldn't be a good idea. I'd rather recommend to adjust your core.autocrlf/.gitattributes:
https://stackoverflow.com/questions/5834014
Actually the core.autocrlf was already set but what was needed is safecrlf:
git config --global core.safecrlf false
Thanks, now I won't be annoyed by this warning again :)
Thanks for confirming!
Thank you adrien!!!
This is no SmartGit, but rather a Git issue.