| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # Set the default behavior, in case people don't have core.autocrlf set.
- * text=auto
- *.c eol=lf
- *.cpp eol=lf
- *.h eol=lf
- *.hpp eol=lf
- *.sc eol=lf
- *.sh eol=lf
- *.m eol=lf
- *.mm eol=lf
- *.md eol=lf
- *.lua eol=lf
- *.mk eol=lf
- *.rb eol=lf
- *.py eol=lf
- *.java eol=lf
- *.vala eol=lf
- *.rst eol=lf
- *.yml eol=lf
- .gitattributes eol=lf
- makefile eol=lf
- *.sln text eol=crlf
- *.vcproj text eof=crlf
- *.vcxproj text eof=crlf
- *.bat text eol=crlf
- *.so binary
- *.dll binary
- *.exe binary
- *.png binary
- *.tga binary
- *.dds binary
- *.ktx binary
- *.pvr binary
- *.wav binary
- *.ogg binary
- /samples/*.config eol=lf
- /samples/*.font eol=lf
- /samples/*.level eol=lf
- /samples/*.material eol=lf
- /samples/*.mesh eol=lf
- /samples/*.package eol=lf
- /samples/*.physics_config eol=lf
- /samples/*.physics eol=lf
- /samples/*.shader eol=lf
- /samples/*.sound eol=lf
- /samples/*.sprite_animation eol=lf
- /samples/*.sprite eol=lf
- /samples/*.texture eol=lf
- /samples/*.unit eol=lf
|