diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-11-30 20:34:02 -0500 |
---|---|---|
committer | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-11-30 20:34:02 -0500 |
commit | e87cb0a3bc481224c197e3d4cc39527e78b31079 (patch) | |
tree | f66aa1552f618eb2d816ae62c693c4d51ea72179 /.gitattributes | |
parent | e007b8f1d88fac718a62b1ae41f3b1f2bfe31bc1 (diff) | |
download | Inveigh-e87cb0a3bc481224c197e3d4cc39527e78b31079.tar.gz Inveigh-e87cb0a3bc481224c197e3d4cc39527e78b31079.zip |
bug fixes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitattributes b/.gitattributes index bdb0cab..dfe0770 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,2 @@ # Auto detect text files and perform LF normalization * text=auto - -# Custom for Visual Studio -*.cs diff=csharp - -# 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 |