From c27ee58b6bc59993f1834b8b248c6f959533e702 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 24 Jan 2012 10:39:47 -0500 Subject: [PATCH] Make the output of git-diff and git-grep more useful for PHP sourcefiles. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..461090b7ecc --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.php diff=php