diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f108b8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# 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 + |