From 671ad58593e9a18155d5f9a4729001722908c297 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 21 Apr 2022 13:27:55 +0300 Subject: [PATCH] Updated .gitattributes Always use LF line endings for *.key, *.crt, and *.pem. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index f152eb27..6004a2e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ configure.ac eol=lf makefile.am eol=lf .gitattributes eol=lf +*.key eol=lf +*.crt eol=lf +*.pem eol=lf