From acbf2f1c8a630b3b6ab57a262ed269abfa57975c Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Tue, 29 Jul 2025 20:56:27 +1000 Subject: [PATCH] MAINT: adding gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5e8e16a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Auto detect text files and perform LF normalization +*.py text=auto eol=lf +*.pyx text=auto eol=lf +*.cpp text=auto eol=lf +*.h text=auto eol=lf +*.rst text=auto eol=lf +*.txt text=auto eol=lf +*.yml text=auto eol=lf +*.md text=auto eol=lf +