]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Fix Windows line endings issue
authorVed Thiru <47309279+PerpetualCreativity@users.noreply.github.com>
Fri, 10 Jan 2025 19:34:19 +0000 (14:34 -0500)
committerVed Thiru <47309279+PerpetualCreativity@users.noreply.github.com>
Fri, 10 Jan 2025 19:34:19 +0000 (14:34 -0500)
This commit should fix issues caused by students cloning this repo from outside
of WSL (which leads to line ending conversion issues).

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..94f480d
--- /dev/null
@@ -0,0 +1 @@
+* text=auto eol=lf
\ No newline at end of file