Remove BOM from UTF-8 files

I think some people need to change their IDE configuration ;)
This commit is contained in:
Bond_009
2024-08-30 15:29:48 +02:00
parent 9644e894f0
commit 97a02f5803
284 changed files with 284 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Xml.Serialization;
using Jellyfin.Data.Enums;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;
namespace Jellyfin.Data.Entities

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Data.Enums;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Globalization;

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// The base item kind.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the version of Chromecast to be used by clients.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the different options for the home screen sections.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing a type of indexing in a user's display preferences.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums;
namespace Jellyfin.Data.Enums;
/// <summary>
/// Media types.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the axis that should be scrolled.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing the sorting order.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.Data.Enums
namespace Jellyfin.Data.Enums
{
/// <summary>
/// An enum representing a subtitle playback mode.

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Jellyfin.Data.Events.System
{

View File

@@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@@ -1,4 +1,4 @@
using Jellyfin.Data.Entities;
using Jellyfin.Data.Entities;
namespace Jellyfin.Data.Events.Users
{

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>