This commit is contained in:
Jöran Malek 2024-02-02 18:46:24 +01:00
commit b01c097562
22 changed files with 1439 additions and 0 deletions

13
.gitattributes vendored Normal file
View file

@ -0,0 +1,13 @@
* text=auto
*.sln text encoding=UTF-8-BOM eol=crlf
*.csproj text encoding=UTF-8-BOM eol=crlf
*.props text encoding=UTF-8-BOM eol=crlf
*.targets text encoding=UTF-8-BOM eol=crlf
*.cs text encoding=UTF-8 diff=csharp
*.cshtml text encoding=UTF-8 diff=html
*.csx text encoding=UTF-8 diff=csharp
*.json text encoding=UTF-8 diff=json