* Used a UUID in HDHomeRun config to allow multiple instances on a same network * tweak some async calls * try to fix line endings --------- Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
*.cs text diff=csharp
|
|
*.cshtml text diff=html
|
|
*.csx text diff=csharp
|
|
*.sln text eol=crlf
|
|
*.csproj text eol=crlf |