diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-21 10:31:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-21 10:31:59 -0700 |
| commit | b9911efba3bc070c4a4995a8cf89163ef1685af6 (patch) | |
| tree | d8221840d0e1c15a296bcf577d4930946024ec5d /.gitattributes | |
| parent | 4fe0de40aa9e3dc82de40d447331c39fab5f4c4c (diff) | |
| parent | 81a2cdc582817fc6575ac6096c3d795e1f1831ca (diff) | |
| download | shiftos-c--b9911efba3bc070c4a4995a8cf89163ef1685af6.tar.gz shiftos-c--b9911efba3bc070c4a4995a8cf89163ef1685af6.tar.bz2 shiftos-c--b9911efba3bc070c4a4995a8cf89163ef1685af6.zip | |
Merge pull request #8 from carverh/master
Fixed Bugs, Added Story, Added Commands, Cleaned Up Source, and More
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# 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 |
