Revision 2ce761915d65dad597821ed4532317b2be32c667 authored by Martin Thomson on 18 December 2018, 23:40:49 UTC, committed by Martin Thomson on 18 December 2018, 23:40:49 UTC
1 parent 466dce7
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