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.Graphics.Device;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Gpu.Engine.InlineToMemory;
using Ryujinx.Graphics.Gpu.Engine.Threed;
using Ryujinx.Graphics.Gpu.Engine.Types;

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
using Ryujinx.Common.Memory;
using Ryujinx.Graphics.Gpu.Engine.InlineToMemory;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine
namespace Ryujinx.Graphics.Gpu.Engine
{
/// <summary>
/// Conditional rendering enable.

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Gpu.Engine.Threed;
using Ryujinx.Graphics.Gpu.Memory;

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
namespace Ryujinx.Graphics.Gpu.Engine.Dma
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Gpu.Engine.Types;
using Ryujinx.Graphics.Gpu.Engine.Types;
namespace Ryujinx.Graphics.Gpu.Engine.Dma
{

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
{

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Gpu.Engine.MME;
using Ryujinx.Graphics.Gpu.Synchronization;
using System;

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
using Ryujinx.Common.Memory;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Gpu.Memory;
using Ryujinx.Graphics.Gpu.Memory;
using System;
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Gpu.Engine.Compute;
using Ryujinx.Graphics.Gpu.Engine.Dma;
using Ryujinx.Graphics.Gpu.Engine.InlineToMemory;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Texture;
using System;

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
using Ryujinx.Common.Memory;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.MME
namespace Ryujinx.Graphics.Gpu.Engine.MME
{
/// <summary>
/// GPU Macro Arithmetic and Logic unit operation.

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.MME
namespace Ryujinx.Graphics.Gpu.Engine.MME
{
/// <summary>
/// GPU Macro Arithmetic and Logic unit binary register-to-register operation.

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.MME
namespace Ryujinx.Graphics.Gpu.Engine.MME
{
/// <summary>
/// GPU Macro assignment operation.

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using System;
using System.Collections.Generic;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Gpu.Engine.GPFifo;
using System;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.MME
namespace Ryujinx.Graphics.Gpu.Engine.MME
{
/// <summary>
/// Name of the High-level implementation of a Macro function.

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Graphics.GAL;
using System;
using System.Runtime.InteropServices;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using System;
using System.Collections.Generic;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using System;
using System.Collections.Generic;
using System.Reflection.Emit;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Graphics.Device;
using System.Collections.Generic;

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Runtime.InteropServices;
namespace Ryujinx.Graphics.Gpu.Engine

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Shader;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.Types;
using Ryujinx.Graphics.Gpu.Memory;

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Runtime.InteropServices;
namespace Ryujinx.Graphics.Gpu.Engine.Threed

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.Threed.ComputeDraw;
using Ryujinx.Graphics.Gpu.Engine.Types;
using Ryujinx.Graphics.Gpu.Image;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Shader;
namespace Ryujinx.Graphics.Gpu.Engine.Threed

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Graphics.GAL;
using System.Runtime.InteropServices;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.GAL;
namespace Ryujinx.Graphics.Gpu.Engine.Threed
{

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.Types;
using Ryujinx.Graphics.Gpu.Shader;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.Device;
using System;
using System.Collections.Generic;
using System.Diagnostics;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.Common.Logging;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.Threed.Blender;
using Ryujinx.Graphics.Gpu.Engine.Types;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.GPFifo;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common.Memory;
using Ryujinx.Common.Memory;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.InlineToMemory;
using Ryujinx.Graphics.Gpu.Engine.Types;

View file

@ -1,4 +1,4 @@
using Ryujinx.Common;
using Ryujinx.Common;
using Ryujinx.Graphics.Device;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Engine.Types;

View file

@ -1,4 +1,4 @@
// This file was auto-generated from NVIDIA official Maxwell definitions.
// This file was auto-generated from NVIDIA official Maxwell definitions.
using Ryujinx.Common.Memory;

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.Gpu.Engine.Types;
using Ryujinx.Graphics.Gpu.Engine.Types;
namespace Ryujinx.Graphics.Gpu.Engine.Twod
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.Types
namespace Ryujinx.Graphics.Gpu.Engine.Types
{
/// <summary>
/// Boolean value, stored as a 32-bits integer in memory.

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.Types
namespace Ryujinx.Graphics.Gpu.Engine.Types
{
/// <summary>
/// Split GPU virtual address.

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.Types
namespace Ryujinx.Graphics.Gpu.Engine.Types
{
/// <summary>
/// Memory layout parameters, for block linear textures.

View file

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gpu.Engine.Types
namespace Ryujinx.Graphics.Gpu.Engine.Types
{
/// <summary>
/// Storage buffer address and size information.

View file

@ -1,4 +1,4 @@
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.Image;
namespace Ryujinx.Graphics.Gpu.Engine.Types