From: Ved Thiru <47309279+PerpetualCreativity@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:34:19 +0000 (-0500) Subject: Fix Windows line endings issue X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=b1fa31a13b52fb664fdcb78e8b2f035963b646e0;p=cs3210-lab1.git Fix Windows line endings issue This commit should fix issues caused by students cloning this repo from outside of WSL (which leads to line ending conversion issues). --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file