jakesankey / git-history

View previous versions of any file known to git.
https://atom.io/packages/git-history
MIT License
28 stars 10 forks source link

support windows line endings #33

Open diminutivesloop opened 8 years ago

diminutivesloop commented 8 years ago

Whenever I select a commit from the git-history drop-down the previous version opens in a buffer with the line endings set to LF. This breaks the functionality of the split-diff package I use until I manually change the line endings to CRLF. In light of this, an option for changing the default line endings would be helpful.