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
+1 -1
View File
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Ryujinx.Tests")]
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.Exceptions
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.Exceptions
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.Exceptions
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.Exceptions
{
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.HLE.HOS;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Services;
+1 -1
View File
@@ -1,4 +1,4 @@
using LibHac.Fs;
using LibHac.Fs;
using LibHac.Ncm;
using Ryujinx.Common.Configuration;
using System;
@@ -1,4 +1,4 @@
using LibHac;
using LibHac;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Fsa;
+1 -1
View File
@@ -1,4 +1,4 @@
using LibHac.Tools.FsSystem.NcaUtils;
using LibHac.Tools.FsSystem.NcaUtils;
namespace Ryujinx.HLE.FileSystem
{
+1 -1
View File
@@ -1,4 +1,4 @@
using LibHac.Tools.FsSystem;
using LibHac.Tools.FsSystem;
using Ryujinx.Audio.Integration;
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Configuration.Multiplayer;
+1 -1
View File
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Applets.Browser;
using Ryujinx.HLE.HOS.Applets.Browser;
using Ryujinx.HLE.HOS.Applets.Error;
using Ryujinx.HLE.HOS.Services.Am.AppletAE;
using System;
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum BootDisplayKind
{
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.Common.Memory;
using Ryujinx.HLE.HOS.Services.Am.AppletAE;
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Services.Account.Acc;
using Ryujinx.HLE.HOS.Services.Account.Acc;
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using System;
using System.IO;
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum BrowserOutputType : ushort
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum DocumentKind
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum LeftStickMode
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public enum ShimKind : uint
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgHeader
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgTLV
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum WebArgTLVType : ushort
{
@@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
namespace Ryujinx.HLE.HOS.Applets.Browser
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public enum WebExitReason : uint
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets
{
@@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error
@@ -1,4 +1,4 @@
using LibHac.Common;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Fsa;
using LibHac.FsSystem;
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Error
namespace Ryujinx.HLE.HOS.Applets.Error
{
enum ErrorType : byte
{
+1 -1
View File
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Services.Am.AppletAE;
using Ryujinx.HLE.HOS.Services.Am.AppletAE;
using Ryujinx.HLE.Ui;
using Ryujinx.Memory;
using System;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using Ryujinx.HLE.HOS.Services.Account.Acc;
using Ryujinx.HLE.HOS.Services.Am.AppletAE;
using System;
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets
namespace Ryujinx.HLE.HOS.Applets
{
enum PlayerSelectResult : ulong
{
@@ -1,4 +1,4 @@
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the initial position of the cursor displayed in the area.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Possible requests to the software keyboard when running in inline mode.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Possible responses from the software keyboard when running in inline mode.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Possible states for the software keyboard when running in inline mode.
@@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Text;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the text entry mode.
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Active input options set by the keyboard applet. These options allow keyboard
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// The miniaturization mode used by the keyboard in inline mode.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the variant of keyboard displayed on screen.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// The intention of the user when they finish the interaction with the keyboard.
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the display mode of text in a password field.
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Configuration.Hid;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Applets.SoftwareKeyboard;
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
using Ryujinx.Memory;
using System;
using System.Threading;
@@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
using Ryujinx.Memory;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the software keyboard state.
@@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Wraps a type in a class so it gets stored in the GC managed heap. This is used as communication mechanism
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
+1 -1
View File
@@ -1,4 +1,4 @@
using ARMeilleure.Memory;
using ARMeilleure.Memory;
using Ryujinx.Cpu;
using Ryujinx.Graphics.Gpu;
using Ryujinx.HLE.HOS.Kernel.Process;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.Cpu.AppleHv;
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Diagnostics.Demangler.Ast;
using Ryujinx.HLE.HOS.Diagnostics.Demangler.Ast;
using System;
using System.Collections.Generic;
using System.IO;
+1 -1
View File
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
namespace Ryujinx.HLE.HOS
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Memory;
namespace Ryujinx.HLE.HOS.Kernel
{
+1 -1
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;
+1 -1
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;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Collections;
using Ryujinx.Common.Collections;
using Ryujinx.Horizon.Common;
using System.Diagnostics;
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Common;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using System;
using System.Numerics;
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
@@ -1,4 +1,4 @@
using Ryujinx.Horizon.Common;
using Ryujinx.Horizon.Common;
using Ryujinx.Memory;
using Ryujinx.Memory.Range;
using System;
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
{
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Kernel.Memory
namespace Ryujinx.HLE.HOS.Kernel.Memory
{
enum MemoryFillValue : byte
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.Memory
{
@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Memory;
using System;
@@ -1,4 +1,4 @@
using Ryujinx.Memory;
using Ryujinx.Memory;
namespace Ryujinx.HLE.HOS.Kernel.Process
{
@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Memory;
using System;
@@ -1,4 +1,4 @@
using Ryujinx.Memory;
using Ryujinx.Memory;
namespace Ryujinx.HLE.HOS.Kernel.Process
{
@@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics.CodeAnalysis;
namespace Ryujinx.HLE.HOS.Kernel.Process
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
enum InfoType : uint
{
@@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Memory;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
@@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
{
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.Exceptions;
@@ -1,4 +1,4 @@
using ARMeilleure.State;
using ARMeilleure.State;
using Ryujinx.Common.Memory;
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
@@ -1,4 +1,4 @@
using Ryujinx.Cpu;
using Ryujinx.Cpu;
using Ryujinx.Horizon.Common;
using System.Threading;
+1 -1
View File
@@ -1,4 +1,4 @@
using LibHac;
using LibHac;
using LibHac.Bcat;
using LibHac.Common;
using LibHac.FsSrv.Impl;
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS
namespace Ryujinx.HLE.HOS
{
public enum ResultCode
{
@@ -1,4 +1,4 @@
using LibHac;
using LibHac;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Shim;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Logging;
using Ryujinx.Common.Utilities;
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
@@ -1,4 +1,4 @@
using Microsoft.IdentityModel.Tokens;
using Microsoft.IdentityModel.Tokens;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Account.Acc.AsyncContext;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.Utilities;
using System.Text;
@@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.HOS.Kernel.Threading;
@@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Kernel.Threading;
using System;
using System.Threading;

Some files were not shown because too many files have changed in this diff Show More