From 353498d4d8f169bda03cc282a188819fd7a75f5c Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:23:27 +0200 Subject: [PATCH] Python isn't necessary --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cd420c4..1cb5af7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,5 @@ * text=auto # Text files to always have LF (unix) line endings on checkout. -*.py text eol=lf *.sh text eol=lf *.zig text eol=lf