From 88dccc2c9e6aefaa77c6e4c5294befeabf4c3d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Sat, 30 May 2026 15:19:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20repository=20text=20normal?= =?UTF-8?q?ization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f6eb3f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.md text eol=lf +*.rs text eol=lf +*.py text eol=lf +*.json text eol=lf +*.toml text eol=lf +*.yaml text eol=lf +*.yml text eol=lf