From 418ecc5c2470b666ac4d07d8164b8bbf5a3baeef Mon Sep 17 00:00:00 2001 From: mq1n Date: Thu, 11 Jul 2024 10:03:57 +0300 Subject: [PATCH] change line endings to LF for .py files Changed line endings from CRLF to LF for all .py files to solve issues with pre_qc.py and other potential problems on windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..e6b805c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto +*.py eol=lf ############################################################################### # Set default behavior for command prompt diff.