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 @@
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Memory;
namespace Ryujinx.HLE.HOS.Kernel
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Process;

View File

@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Process;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.Horizon.Common;

View File

@@ -1,4 +1,4 @@
using Ryujinx.Common.Collections;
using Ryujinx.Common.Collections;
using Ryujinx.Horizon.Common;
using System.Diagnostics;

View File

@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Common;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory

View File

@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using System;
using System.Numerics;

View File

@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory

View File

@@ -1,4 +1,4 @@
using Ryujinx.Horizon.Common;
using Ryujinx.Horizon.Common;
using Ryujinx.Memory;
using Ryujinx.Memory.Range;
using System;

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
{

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Kernel.Memory
namespace Ryujinx.HLE.HOS.Kernel.Memory
{
enum MemoryFillValue : byte
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Memory;
using System;

View File

@@ -1,4 +1,4 @@
using Ryujinx.Memory;
using Ryujinx.Memory;
namespace Ryujinx.HLE.HOS.Kernel.Process
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Memory;
using System;

View File

@@ -1,4 +1,4 @@
using Ryujinx.Memory;
using Ryujinx.Memory;
namespace Ryujinx.HLE.HOS.Kernel.Process
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics.CodeAnalysis;
namespace Ryujinx.HLE.HOS.Kernel.Process

View File

@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
enum InfoType : uint
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Memory;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{

View File

@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.Exceptions;

View File

@@ -1,4 +1,4 @@
using ARMeilleure.State;
using ARMeilleure.State;
using Ryujinx.Common.Memory;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall

View File

@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Horizon.Common;
using System.Threading;