blob: 59d17b976106e311e4bb25251e92f08f0bfa38bd [file] [log] [blame]
Christopher Lott (cl778h)23634db2017-09-25 16:07:54 -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
k.kazakc97fca82019-04-18 16:57:21 +020018*.rst text
Christopher Lott (cl778h)23634db2017-09-25 16:07:54 -040019
20# Denote all files that are truly binary and should not be modified.
21*.png binary
22*.jpg binary