1 # 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 14 RELEASING text 15 16 # NEWS and Windows batch files should be crlf 17 NEWS eol=crlf 18 *.bat eol=crlf