From bd8cb36cec5b7f9f28ba80e19ebda35144fbf364 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 16 Jul 2025 01:05:19 +0200 Subject: [PATCH] Force LF line endings for source code files --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index c258040ae..447a47b38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,16 @@ * text=auto *.sh text eol=lf +*.java text eol=lf +*.cs text eol=lf +*.ts text eol=lf +*.js text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.c text eol=lf +*.dart text eol=lf +*.hx text eol=lf +*.swift text eol=lf # Unity specific *.mat merge=unityyamlmerge text eol=lf