diff options
| author | Tyson Benson | 2012-08-09 00:12:54 +1000 |
|---|---|---|
| committer | Misko Hevery | 2012-08-30 15:43:58 -0700 |
| commit | c023c850c33701aa2d935b4bd0cea72602982e68 (patch) | |
| tree | b09814214824c1ad157288a99e466b9d9f171f0c /.gitattributes | |
| parent | 5318588d6e8ee9a31f4002affd6858d25305aabf (diff) | |
| download | angular.js-c023c850c33701aa2d935b4bd0cea72602982e68.tar.bz2 | |
docs(typos): fix typos in dev guide
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c6439c8d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain |
