Skip to content

Commit

Permalink
Add gitattributes and cleanup
Browse files Browse the repository at this point in the history
Fix some older broken events and allow for forge mods to stop an event.
Also clean up a bit of code. More things need to change
  • Loading branch information
gravypod committed Feb 7, 2013
1 parent d7ce936 commit ef913bd
Show file tree
Hide file tree
Showing 4 changed files with 954 additions and 885 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# 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
Loading

0 comments on commit ef913bd

Please sign in to comment.