change line endings

This commit is contained in:
AJ Kelly
2011-03-17 00:22:21 -05:00
parent c7ec5f2601
commit 9e52421ed8
+14 -13
View File
@@ -1,22 +1,23 @@
[repository]
native = CRLF
[patterns] [patterns]
**.cpp = CRLF **.cpp = native
**.h = CRLF **.h = native
**.txt = CRLF **.mm = native
**.lua = CRLF **.txt = native
**.lua = native
**.sln = CRLF **.sln = CRLF
**.ini = CRLF **.ini = native
**.redir = CRLF **.redir = native
**.sm = CRLF **.sm = native
**.ssc = CRLF **.ssc = native
**.vcproj = CRLF **.vcproj = CRLF
**.xsl = CRLF **.xsl = native
**.xml = CRLF **.xml = native
**.jpg = BIN **.jpg = BIN
**.png = BIN **.png = BIN
**.jpeg = BIN **.jpeg = BIN
**.ogg = BIN **.ogg = BIN
**.mp3 = BIN
**.wav = BIN
**.sh = LF **.sh = LF
Makefile = LF Makefile = LF
Makefile.am = LF