diff options
| author | Tyson Benson | 2012-08-09 00:12:54 +1000 |
|---|---|---|
| committer | Misko Hevery | 2012-08-30 21:34:42 -0700 |
| commit | b7d5fa1cbefb1e94ee46ef98c9029d5f30244f00 (patch) | |
| tree | 8bb95577d63b718bb3470f6db0ea27dba5174c4c /.gitattributes | |
| parent | 8bb3942453c5cc9c34affa689168c1bb46f0263e (diff) | |
| download | angular.js-b7d5fa1cbefb1e94ee46ef98c9029d5f30244f00.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 |
