Revision 414eb367e0dc2d09af7481557e4691be7f1b40f1 authored by Martin Thomson on 12 January 2021, 04:02:11 UTC, committed by Martin Thomson on 12 January 2021, 04:02:11 UTC
1 parent 0f6190f
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.md text
*.xml text

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.mk txt eol=lf
back to top