diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-10-19 19:47:27 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-10-19 19:47:58 -0400 |
commit | e9faf8c4e623e269ae1b7eb3953a858dbb706969 (patch) | |
tree | 60a3d6ceba2117fd3591a594bc44532d8af2ff38 /.gitattributes | |
parent | 15636fd7fc0e96d21c87a119904311c2b230920a (diff) | |
download | dogfiles-e9faf8c4e623e269ae1b7eb3953a858dbb706969.tar.gz |
added .gitattributes field to git config
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e96eff2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +*.cpp diff=cpp +*.cs diff=csharp +*.css diff=css +*.ex diff=elixir +*.exs diff=elixir +*.go diff=golang +*.htm diff=html +*.html diff=html +*.md diff=markdown +*.php diff=php +*.pl diff=perl +*.rake diff=ruby +*.rb diff=ruby +*.rs diff=rust +*.tex diff=tex |