diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-08-29 17:07:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-08-29 17:07:48 +0200 |
commit | ff82923a419f82304861906f36c223d4a782bdda (patch) | |
tree | aa6f57f6c1ae19e405bc4cf8be31ffb395a7505f /.gitattributes | |
parent | a33968be140dba9c01125763328a716aab1ea9f3 (diff) | |
download | dotfiles-ff82923a419f82304861906f36c223d4a782bdda.tar.gz dotfiles-ff82923a419f82304861906f36c223d4a782bdda.tar.xz |
fix git diff for php
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50b07dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.php diff=php + |