From e16bd4e8e04891422613d10b218463b846758808 Mon Sep 17 00:00:00 2001 From: Torben <59419684+entorb@users.noreply.github.com> Date: Fri, 27 Dec 2024 01:57:19 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fcadb2cf9..f78b15fe9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,11 @@ -* text eol=lf +*.css text eol=lf diff=css +*.json text eol=lf +*.md text eol=lf diff=markdown +*.py text eol=lf diff=python +*.sh text eol=lf +*.tex text eol=lf +*.toml text eol=lf +*.txt text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +LICENSE text eol=lf