From 89517c075deea384af053f2fed2169409c54c157 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 29 Dec 2023 17:59:55 -0500 Subject: [PATCH] progress --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a7bf33 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ + +# Explicitly declare text files you want to always be normalized and converted +# to Unix line endings on checkout. +*.c text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.mk text eol=lf +*.sh text eol=lf