From b50de01653e332ae7a7368763d6d347ae0d208bd Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 19:50:01 +0200 Subject: [PATCH] Add .gitattributes file - Created `.gitattributes` file - Configured `* text=auto eol=lf` setting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf