From 5a8bb73323a2759d443274e1d97dc74ab5df3593 Mon Sep 17 00:00:00 2001 From: Oliver Bock Date: Fri, 18 May 2018 11:02:55 +0200 Subject: [PATCH] Fix git regression: make git aware that code of conduct uses CRLF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e76be3185b..68e6c3ae0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,3 +45,4 @@ checkin_notes_2012 text eol=lf *.log text eol=lf *.rtf text eol=lf *.rul text eol=crlf +CODE_OF_CONDUCT.md text eol=crlf