From b1fa31a13b52fb664fdcb78e8b2f035963b646e0 Mon Sep 17 00:00:00 2001 From: Ved Thiru <47309279+PerpetualCreativity@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:34:19 -0500 Subject: [PATCH] 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). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes 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 -- 2.47.3