From de5543ae71d297825344240ed06f5f1857a525cc Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Fri, 21 Apr 2023 16:18:28 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7965334 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh text eol=lf +*.py text eol=lf +*.json text eol=lf