Skip to content

Commit 54f600d

Browse files
committedJul 24, 2014
Use CRLF for modules and classes
1 parent ee50ae9 commit 54f600d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎.gitattributes

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
# Auto detect text files and perform LF normalization
1+
# CRLF -> LF by default, but not for modules or classes (especially classes)
22
* text=auto
3-
4-
# Custom for Visual Studio
5-
*.cs diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union
8-
*.vbproj merge=union
9-
*.fsproj merge=union
10-
*.dbproj merge=union
3+
*.bas text eol=crlf
4+
*.cls text eol=crlf
115

126
# Standard to msysgit
137
*.doc diff=astextplain

0 commit comments

Comments
 (0)