We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5d9a9 commit e6df41bCopy full SHA for e6df41b
.gitattributes
@@ -0,0 +1,28 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
3
+
4
+*.cs text diff=csharp
5
+*.cshtml text diff=html
6
+*.csx text diff=csharp
7
8
+*.sln text eol=crlf
9
+*.csproj text eol=crlf
10
+*.vbproj text eol=crlf
11
+*.vcxproj text eol=crlf
12
+*.vcproj text eol=crlf
13
+*.dbproj text eol=crlf
14
+*.fsproj text eol=crlf
15
+*.lsproj text eol=crlf
16
+*.wixproj text eol=crlf
17
+*.modelproj text eol=crlf
18
+*.sqlproj text eol=crlf
19
+*.wwaproj text eol=crlf
20
21
+*.xproj text eol=crlf
22
+*.props text eol=crlf
23
+*.filters text eol=crlf
24
+*.vcxitems text eol=crlf
25
26
+*.sql linguist-detectable=true
27
+*.sql linguist-language=sql
28
+.vscode/*.json linguist-language=JSON-with-Comments
0 commit comments