aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: afa84f4d3db36bba4a48caa22c883cca4ecba9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Auto detect text files and perform LF normalization
*        text=auto

*.java   text diff=java
*.html   text diff=html
*.xml    text diff=xml
*.css    text
*.js     text
*.sql    text

*.jar binary
*.war binary