We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee50ae9 commit 54f600dCopy full SHA for 54f600d
.gitattributes
@@ -1,13 +1,7 @@
1
-# Auto detect text files and perform LF normalization
+# CRLF -> LF by default, but not for modules or classes (especially classes)
2
* 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
+*.bas text eol=crlf
+*.cls text eol=crlf
11
12
# Standard to msysgit
13
*.doc diff=astextplain
0 commit comments