From 28c07350b7e5c7753ab26e95f45eb22ce64e2a17 Mon Sep 17 00:00:00 2001 From: JPHaus Date: Sat, 9 Nov 2024 11:07:49 -0600 Subject: [PATCH] standardize line endings in files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eb0596c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# https://code.visualstudio.com/docs/remote/troubleshooting#_resolving-git-line-ending-issues-in-wsl-resulting-in-many-modified-files +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf