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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1962 changed files with 1964 additions and 1961 deletions

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;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum BootDisplayKind
{

View file

@ -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;

View file

@ -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;

View file

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

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum BrowserOutputType : ushort
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum DocumentKind
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum LeftStickMode
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public enum ShimKind : uint
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgHeader
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgTLV
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
enum WebArgTLVType : ushort
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
namespace Ryujinx.HLE.HOS.Applets.Browser
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Browser
namespace Ryujinx.HLE.HOS.Applets.Browser
{
public enum WebExitReason : uint
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error

View file

@ -1,4 +1,4 @@
using LibHac.Common;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Fsa;
using LibHac.FsSystem;

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.Error
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.Error
namespace Ryujinx.HLE.HOS.Applets.Error
{
enum ErrorType : byte
{

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;

View file

@ -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;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets
namespace Ryujinx.HLE.HOS.Applets
{
enum PlayerSelectResult : ulong
{

View file

@ -1,4 +1,4 @@
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Text;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the text entry mode.

View file

@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System;
using System;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -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;

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
using Ryujinx.Memory;
using System;
using System.Threading;

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
using Ryujinx.Memory;
using SixLabors.Fonts;
using SixLabors.ImageSharp;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
/// <summary>
/// Identifies the software keyboard state.

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.Ui;
using Ryujinx.HLE.Ui;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{

View file

@ -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

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Threading;
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard

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;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.Cpu.AppleHv;

View file

@ -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;

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
namespace Ryujinx.HLE.HOS

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;

View file

@ -1,4 +1,4 @@
using LibHac;
using LibHac;
using LibHac.Bcat;
using LibHac.Common;
using LibHac.FsSrv.Impl;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS
namespace Ryujinx.HLE.HOS
{
public enum ResultCode
{

View file

@ -1,4 +1,4 @@
using LibHac;
using LibHac;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Shim;

View file

@ -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;

View file

@ -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;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.Utilities;
using System.Text;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.Cpu;
using Ryujinx.HLE.HOS.Kernel.Threading;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Kernel.Threading;
using System;
using System.Threading;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Account.Acc.AccountService;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.HLE.HOS.Services.Account.Acc.AccountService;
namespace Ryujinx.HLE.HOS.Services.Account.Acc

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Services.Account.Acc.AsyncContext;
using Ryujinx.Horizon.Common;
using System;

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Services.Account.Acc.AsyncContext;
using Ryujinx.HLE.HOS.Services.Account.Acc.AsyncContext;
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Account.Acc
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
[Service("acc:aa", AccountServiceFlag.BaasAccessTokenAccessor)] // Max Sessions: 4
class IBaasAccessTokenAccessor : IpcService

View file

@ -1,4 +1,4 @@
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using System.Text.Json.Serialization;
namespace Ryujinx.HLE.HOS.Services.Account.Acc

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Account.Acc
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
enum AccountServiceFlag
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Account.Acc
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
enum NetworkServiceLicenseKind : uint
{

View file

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace Ryujinx.HLE.HOS.Services.Account.Acc.Types
{

View file

@ -1,4 +1,4 @@
using LibHac.Account;
using LibHac.Account;
using System;
using System.Globalization;
using System.IO;

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