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

*.css    text
*.htm    text diff=html
*.html   text diff=html
*.java   text diff=java
*.js     text
*.jsp    text
*.less   text
*.properties text
*.sql    text
*.xml    text