blob: 38b6a8585804273f3b8e6dec638cfa113c81b864 [file] [log] [blame]
Lott, Christopher (cl778h)42aa0da2020-07-07 05:56:07 -04001# https://help.github.com/articles/dealing-with-line-endings/
2
3# Set the default behavior, in case people don't have core.autocrlf set.
4* text=auto
5
6# Explicitly declare text files you want to always be normalized
7# and converted to native line endings on checkout.
8*.css text
9*.htm text diff=html
10*.html text diff=html
11*.java text diff=java
12*.js text
13*.jsp text
14*.less text
15*.properties text
16*.sql text
17*.xml text
18
19# Denote all files that are truly binary and should not be modified.
20*.png binary
21*.jpg binary