From b80d16a9d18614c29a28f52ed79f7de6ac3bb0a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 10 Jul 2022 11:49:16 +0200 Subject: [PATCH] Continued: - updated .gitattributes file - updated 'core' --- .gitattributes | 6 +++--- core | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 983348db6..c322e6e90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,6 @@ # Autodetect text files * text=auto -# Force the following filetypes to have unix eols, so Windows does not break them -*.* text eol=lf - # Force images/fonts to be handled as binaries *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text @@ -31,3 +28,6 @@ *.otf filter=lfs diff=lfs merge=lfs -text *.z filter=lfs diff=lfs merge=lfs -text *.docx filter=lfs diff=lfs merge=lfs -text + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf diff --git a/core b/core index 7f52e37c3..709a0ce2d 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7f52e37c3441647e2d65a20817e5b9a1596357f1 +Subproject commit 709a0ce2d4863fd0ff856f95d321e2c019c0080e -- 2.39.5