From 2e55605bc597b07554a5df33dbfd0b28157322d6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 4 Sep 2016 14:24:55 +0200 Subject: [PATCH] Add gitattributes for yml files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4ec0a91a4..b5989f423 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ *.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php *.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 *.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 +*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2