aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 662a152476d7bf2cdacfc58f769fe6e9b3ed6a33 (plain) (blame)
1
2
3
4
# Since Scoop is a Windows-only tool, we can safely use CRLF line endings for all text files.
# If Git decides that the content is text, its line endings will be normalized to CRLF in the working tree on checkout.
# In the Git index/repository the files will always be stored with LF line endings. This is fine.
* text=auto eol=crlf