a-game

2D platformer written from scratch.
Log | Files | Refs | README | LICENSE

commit 22e686e83f9c60ff0ad886e98e14801931a281ac
parent 881da8223c6b9c2b74ae468ac5321deb7fd3d4ea
Author: Amin Mesbah <dev@aminmesbah.com>
Date:   Fri, 29 Nov 2019 17:28:31 -0800

Add gitattributes file to normalize line endings

Diffstat:
A.gitattributes | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto +*.c text diff=cpp +*.h text diff=cpp +*.glsl text diff=cpp +*.bash text eol=lf +*.bat text eol=crlf