From 6ca42103b860bf876a2efa9e39419f1e3940e954 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 19 Oct 2025 14:08:56 +0200 Subject: [PATCH] Force LF line endings --- .gitattributes | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 44196ec59..08f7af9d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,14 @@ +# Github-linguist language hints +*.h linguist-language=C++ +*.cpp linguist-language=C++ + +# Line endings harmony +* text=auto eol=lf + +# binary files +*.ai binary + +# Export src/version.h.cmake export-subst .gitattributes export-ignore .gitignore export-ignore @@ -7,13 +18,3 @@ src/version.h.cmake export-subst snapcraft.yaml export-ignore make_release.sh export-ignore AppImage-Recipe.sh export-ignore - -# github-linguist language hints -*.h linguist-language=C++ -*.cpp linguist-language=C++ - -# binary files -*.ai binary - -# Line endings harmony -* text=auto