mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-20 09:42:27 +01:00
force line endings to use LF
This commit is contained in:
parent
aa806b1032
commit
e2e8502278
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ namespace Ryujinx.BuildValidationTasks
|
||||||
JsonSerializerOptions jsonOptions = new JsonSerializerOptions()
|
JsonSerializerOptions jsonOptions = new JsonSerializerOptions()
|
||||||
{
|
{
|
||||||
WriteIndented = true,
|
WriteIndented = true,
|
||||||
|
NewLine = "\n",
|
||||||
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping
|
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue