blob: f865e21eafd45b3500f77ef06ed02759f4db3391 [file] [log] [blame]
Paul Ganssle3f27b212016-03-14 17:15:55 -04001# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Specify what's text and should be normalized
5*.py text
6*.in text
7*.rst text
8*.cfg text
9*.ini text
10*.yml text
11*.json text
12*.bat text
13*.sh text
14RELEASING text
15
Paul Ganssledfc19a92016-03-30 17:50:05 -040016# NEWS and Windows batch files should be crlf
17NEWS eol=crlf
18*.bat eol=crlf