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=939c5dd42836ebb5deb6ba4eaccd91885ff07306;p=cs3210-lab0.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