Re-encoding all files with utf-8;

This commit is contained in:
2025-11-04 13:31:21 +09:00
parent 017153aa02
commit 2612e19d35
178 changed files with 178 additions and 178 deletions

View File

@@ -1,4 +1,4 @@
namespace Ghost.Core.Attributes;
namespace Ghost.Core.Attributes;
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class EngineAssemblyAttribute : Attribute

View File

@@ -1,4 +1,4 @@
namespace Ghost.Core.Contracts;
namespace Ghost.Core.Contracts;
internal interface IReleasable
{

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>

View File

@@ -1,4 +1,4 @@
namespace Ghost.Core.Graphics;
namespace Ghost.Core.Graphics;
public enum ZTestOptions
{

View File

@@ -1,4 +1,4 @@
namespace Ghost.Core.Graphics;
namespace Ghost.Core.Graphics;
/// <summary>
/// The layout of the root signature is:

View File

@@ -1,4 +1,4 @@
namespace Ghost.Core.Graphics;
namespace Ghost.Core.Graphics;
public enum KeywordType
{

View File

@@ -1,4 +1,4 @@
using Ghost.Core.Contracts;
using Ghost.Core.Contracts;
namespace Ghost.Core.Utilities;

View File

@@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;