From 339cf66be6264b5bbfdd846a48dca82ca901f9c7 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Fri, 18 Aug 2023 00:41:04 +0700 Subject: [PATCH] Add .gitattributes to enforce consistent line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ac36607 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.sh eol=lf +*.yml text \ No newline at end of file