From e003aa5ceeda9014f44acff2e4029e0fbc94e684 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 20 Jan 2021 15:43:20 -0800 Subject: [PATCH] chore: remove the .gitattributes entries for md/yml --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7c3707aebe..03d42ee974 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ # text files must be lf for golden file tests to work *.txt eol=lf *.json eol=lf -*.md eol=lf -*.yml eol=lf