Skip to content

Commit e6df41b

Browse files
authored
build(git): add gitattributes for x-plat support
1 parent ab5d9a9 commit e6df41b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)