# Auto detect text files and perform LF normalization
* text=auto

# These should have unix like line endings
*.po						 text eol=lf
*.sh						 text eol=lf
*.gradle					 text eol=lf
gradlew						 text eol=lf

# These have to have windowsy line endings
*.bat						 text eol=crlf
