Skip to content

Commit

Permalink
Use CRLF for modules and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
timhall committed Jul 24, 2014
1 parent ee50ae9 commit 54f600d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# Auto detect text files and perform LF normalization
# CRLF -> LF by default, but not for modules or classes (especially classes)
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
*.bas text eol=crlf
*.cls text eol=crlf

# Standard to msysgit
*.doc diff=astextplain
Expand Down

1 comment on commit 54f600d

@timhall
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #24

Please sign in to comment.