commit a58e42ee5cbc1f7564881781b8a1c5a5fc7faa9b
parent b926bc3f91fda9865dcd634506da57d86f58e77a
Author: amin <dev@aminmesbah.com>
Date: Sat, 30 Nov 2019 01:28:31 +0000
Add gitattributes file to normalize line endings
FossilOrigin-Name: 63e93e67e548fbb9efc7557992374ac6e882a3e08463222aec8491c82723786a
Diffstat:
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