From 64bc2bd3b01d7571ea64d637eea5dfe409f2ec32 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 26 Oct 2020 13:46:41 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9e0a9f51..f9347ec9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,11 @@ * text=auto +*.blade.php diff=html +*.css diff=css +*.html diff=html +*.md diff=markdown +*.php diff=php + /.github export-ignore /tests export-ignore .editorconfig export-ignore