-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I use Unix-style line endings (LF) in my projects even when working on them in Windows.
I have the Git setting core.autocrlf globally set to false to avoid Git changing them to CRLF at any point.
However, it seems like Fork is ignoring the Git setting and converting LF-s to CRLF-s whenever I use checkout.
Is it possible to avoid this?
PS. I really like the application. I've wanted to stop using SourceTree for years because of its various issues (authentication ones are the most annoying), but so far hadn't found anything that kept many of the UI features from SourceTree that I really liked.
Until I found Fork which seems to be exactly what I wanted :)
Unfortunately, this one issue is currently keeping me from using it.
Are there any plans to make Fork open source?