.gitattributes (397B)
1 * text=auto 2 3 *.c text 4 *.cpp text 5 *.h text 6 *.m text 7 *.mm text 8 *.md text 9 *.txt text 10 *.html text 11 *.bat text 12 *.frag text 13 *.vert text 14 *.mkb text 15 *.icf text 16 17 *.sln text eol=crlf 18 *.vcxproj text eol=crlf 19 *.vcxproj.filters text eol=crlf 20 *.natvis text eol=crlf 21 22 Makefile text eol=lf 23 *.sh text eol=lf 24 *.pbxproj text eol=lf 25 *.storyboard text eol=lf 26 *.plist text eol=lf 27 28 *.png binary 29 *.ttf binary 30 *.lib binary