From efbf48317f6677f890b25e9f6ba2e7a7fb31e510 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 11 Sep 2021 11:41:03 +0700 Subject: [PATCH] add them too and enforce lf, so I don't mess it up again --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1c3bb87..852f5aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. -*.c text -*.h text +*.c text eol=lf +*.h text eol=lf # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf @@ -17,3 +17,6 @@ *.m4 text eol=lf *.ac text eol=lf *.am text eol=lf + +*.md text eol=lf +*.yaml text eol=lf \ No newline at end of file