From 2b6dc2cb0b4a5229bebba1e4f64e79ed0e706a56 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Wed, 27 Apr 2022 23:44:24 -0600 Subject: [PATCH] Create .gitattributes to auto parse out clrf line endings. (#187) * Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf