diff --git a/git/gitattributes b/git/gitattributes new file mode 100644 index 0000000..527f8c6 --- /dev/null +++ b/git/gitattributes @@ -0,0 +1,8 @@ +*.css diff=css +*.go diff=golang +*.html diff=html +*.html.erb diff=html +*.md diff=markdown +*.py diff=python +*.rake diff=ruby +*.rb diff=ruby