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 242c2e4 commit 097b7e8Copy full SHA for 097b7e8
.gitattributes
@@ -0,0 +1,13 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Auto detect text files and perform LF normalization
5
+*.cs text=auto
6
+*.txt text=auto
7
8
+# Declare files that will always have CRLF line endings on checkout.
9
+*.sln text eol=crlf
10
+*.csproj text eol=crlf
11
12
+# Custom for Visual Studio
13
+*.cs diff=csharp
0 commit comments