editorconfig: Set default encoding to UTF-8 (#5793)

* editorconfig: Add default charset

* Change file encoding from UTF-8-BOM to UTF-8
This commit is contained in:
TSRBerry
2023-12-04 14:17:13 +01:00
committed by GitHub
parent 1be668e68a
commit 2989c163a8
1962 changed files with 1964 additions and 1961 deletions

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
{
[Service("bpc")]
class IBoardPowerControlManager : IpcService

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Pcv.Types;
using System.Linq;

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
{
[Service("clkrst:a")] // 8.0.0+
class IArbitrationManager : IpcService

View File

@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Services.Pcv.Clkrst.ClkrstManager;
using Ryujinx.HLE.HOS.Services.Pcv.Types;
using Ryujinx.Horizon.Common;

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv
namespace Ryujinx.HLE.HOS.Services.Pcv
{
[Service("pcv")]
class IPcvService : IpcService

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv.Rgltr
namespace Ryujinx.HLE.HOS.Services.Pcv.Rgltr
{
[Service("rgltr")] // 8.0.0+
class IRegulatorManager : IpcService

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
{
[Service("rtc")] // 8.0.0+
class IRtcManager : IpcService

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Pcv.Types
namespace Ryujinx.HLE.HOS.Services.Pcv.Types
{
enum DeviceCode
{