force line endings to use LF
This commit is contained in:
parent
aa806b1032
commit
e2e8502278
@ -83,6 +83,7 @@ namespace Ryujinx.BuildValidationTasks
|
||||
JsonSerializerOptions jsonOptions = new JsonSerializerOptions()
|
||||
{
|
||||
WriteIndented = true,
|
||||
NewLine = "\n",
|
||||
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user