1# Auto detect text files and perform LF normalization 2* text=auto 3 4# Known text files 5*.java text 6*.xml text 7*.yml text 8*.md text 9*.sh text 10*.css text 11*.txt text 12 13# Known binary files 14*.jar binary