Add utf8 with bom (#2641)

* Change default file encoding
This commit is contained in:
JoannaaKL
2023-06-02 21:47:59 +02:00
committed by GitHub
parent 3a1376f90e
commit efffbaeabc
268 changed files with 477 additions and 488 deletions

View File

@@ -15,7 +15,7 @@ namespace GitHub.Actions.Pipelines.WebApi
/// File Container ID
/// </summary>
[DataMember]
public long ContainerId
public long ContainerId
{
get;
set;

View File

@@ -42,5 +42,5 @@ namespace GitHub.Actions.Pipelines.WebApi
get;
set;
}
}
}
}

View File

@@ -11,4 +11,4 @@ namespace GitHub.Actions.Pipelines.WebApi
Unknown = 0,
Actions_Storage = 1
}
}
}

View File

@@ -17,7 +17,7 @@ namespace GitHub.Actions.Pipelines.WebApi
writer.WriteValue("actions_storage");
}
else
{
{
base.WriteJson(writer, enumValue, serializer);
}
}