From ff82923a419f82304861906f36c223d4a782bdda Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 29 Aug 2014 17:07:48 +0200 Subject: fix git diff for php Signed-off-by: Florian Pritz --- .gitattributes | 2 ++ .gitconfig | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50b07dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.php diff=php + diff --git a/.gitconfig b/.gitconfig index d2e3822..b998f0d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -41,5 +41,6 @@ [core] excludesfile = ~/.gitignore compression = 9 + attributesfile = ~/git/dotfiles/.gitattributes [log] decorate = full -- cgit v1.2.3-24-g4f1b