# 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. *.java text eol=crlf *.sh text eol=crlf *.pl text eol=crlf *.json text eol=crlf *.properties text eol=crlf *.xml text eol=crlf *.xsd text eol=crlf *.txt text eol=crlf