From 267e996e33bf587453b50b7258b8be26c431b65f Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 6 Jun 2024 22:29:43 +0200 Subject: [PATCH] Added .gitattributes files to enforce to proper line endings on all platforms. --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a126864 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +*.c text eol=lf +*.cmd text eol=crlf +*.config text eol=crlf +*.cpp text eol=lf +*.cs text eol=crlf +*.csproj text eol=crlf +*.css text eol=lf +*.filters text eol=crlf +*.h text eol=lf +*.hpp text eol=lf +*.html text eol=lf +*.manifest text eol=crlf +*.md text eol=lf +*.nsi text eol=crlf +*.props text eol=crlf +*.rc text eol=crlf +*.resx text eol=crlf +*.settings text eol=crlf +*.sh text eol=lf +*.sln text eol=crlf +*.txt text=auto +*.vcxproj text eol=crlf +*.xaml text eol=crlf +Makefile text eol=lf