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*.properties text 10*.sh text 11 12# Known binary files 13*.jar binary 14*.gif binary 15