# Check out all text files in UNIX format.
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.txt text
*.java text
*.groovy text
*.xml text
*.md text
*.pom text
*.properties text

# These files are meant to check violations against use of Windows line endings
NewLines.java -text
newlines.txt -text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
