aboutsummaryrefslogtreecommitdiff
path: root/src/Spv.Generator
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2023-12-04 14:17:13 +0100
committerGitHub <noreply@github.com>2023-12-04 14:17:13 +0100
commit2989c163a891c4ac730e799e1457b1bfb2ecc028 (patch)
tree81434d9484d89eb9dc55509e400f7ef36019c8f9 /src/Spv.Generator
parent1be668e68a1937f2af239e2707ab914286018892 (diff)
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
Diffstat (limited to 'src/Spv.Generator')
-rw-r--r--src/Spv.Generator/ConstantKey.cs2
-rw-r--r--src/Spv.Generator/DeterministicHashCode.cs2
-rw-r--r--src/Spv.Generator/DeterministicStringKey.cs2
-rw-r--r--src/Spv.Generator/GeneratorPool.cs2
-rw-r--r--src/Spv.Generator/IOperand.cs2
-rw-r--r--src/Spv.Generator/Instruction.cs2
-rw-r--r--src/Spv.Generator/InstructionOperands.cs2
-rw-r--r--src/Spv.Generator/LiteralInteger.cs2
-rw-r--r--src/Spv.Generator/LiteralString.cs2
-rw-r--r--src/Spv.Generator/Module.cs2
-rw-r--r--src/Spv.Generator/OperandType.cs2
-rw-r--r--src/Spv.Generator/TypeDeclarationKey.cs2
-rw-r--r--src/Spv.Generator/spirv.cs2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/Spv.Generator/ConstantKey.cs b/src/Spv.Generator/ConstantKey.cs
index 9fd25598..5359c24d 100644
--- a/src/Spv.Generator/ConstantKey.cs
+++ b/src/Spv.Generator/ConstantKey.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Diagnostics.CodeAnalysis;
namespace Spv.Generator
diff --git a/src/Spv.Generator/DeterministicHashCode.cs b/src/Spv.Generator/DeterministicHashCode.cs
index 1bf0b468..ee7ad1de 100644
--- a/src/Spv.Generator/DeterministicHashCode.cs
+++ b/src/Spv.Generator/DeterministicHashCode.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Numerics;
using System.Runtime.CompilerServices;
diff --git a/src/Spv.Generator/DeterministicStringKey.cs b/src/Spv.Generator/DeterministicStringKey.cs
index 398aa6c8..7ed14c33 100644
--- a/src/Spv.Generator/DeterministicStringKey.cs
+++ b/src/Spv.Generator/DeterministicStringKey.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace Spv.Generator
{
diff --git a/src/Spv.Generator/GeneratorPool.cs b/src/Spv.Generator/GeneratorPool.cs
index e4266eee..3c16586c 100644
--- a/src/Spv.Generator/GeneratorPool.cs
+++ b/src/Spv.Generator/GeneratorPool.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace Spv.Generator
{
diff --git a/src/Spv.Generator/IOperand.cs b/src/Spv.Generator/IOperand.cs
index bda2ed69..8809b606 100644
--- a/src/Spv.Generator/IOperand.cs
+++ b/src/Spv.Generator/IOperand.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
namespace Spv.Generator
diff --git a/src/Spv.Generator/Instruction.cs b/src/Spv.Generator/Instruction.cs
index 27250e0f..45492033 100644
--- a/src/Spv.Generator/Instruction.cs
+++ b/src/Spv.Generator/Instruction.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
diff --git a/src/Spv.Generator/InstructionOperands.cs b/src/Spv.Generator/InstructionOperands.cs
index dfabe307..de74f112 100644
--- a/src/Spv.Generator/InstructionOperands.cs
+++ b/src/Spv.Generator/InstructionOperands.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
diff --git a/src/Spv.Generator/LiteralInteger.cs b/src/Spv.Generator/LiteralInteger.cs
index 4d5f801e..013ca3b9 100644
--- a/src/Spv.Generator/LiteralInteger.cs
+++ b/src/Spv.Generator/LiteralInteger.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
namespace Spv.Generator
diff --git a/src/Spv.Generator/LiteralString.cs b/src/Spv.Generator/LiteralString.cs
index 1ced040a..ed20d0e8 100644
--- a/src/Spv.Generator/LiteralString.cs
+++ b/src/Spv.Generator/LiteralString.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Text;
diff --git a/src/Spv.Generator/Module.cs b/src/Spv.Generator/Module.cs
index 19328410..fb02cc96 100644
--- a/src/Spv.Generator/Module.cs
+++ b/src/Spv.Generator/Module.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using static Spv.Specification;
diff --git a/src/Spv.Generator/OperandType.cs b/src/Spv.Generator/OperandType.cs
index 06e8e1fb..ddbdc89d 100644
--- a/src/Spv.Generator/OperandType.cs
+++ b/src/Spv.Generator/OperandType.cs
@@ -1,4 +1,4 @@
-namespace Spv.Generator
+namespace Spv.Generator
{
public enum OperandType
{
diff --git a/src/Spv.Generator/TypeDeclarationKey.cs b/src/Spv.Generator/TypeDeclarationKey.cs
index 1f59331f..aaaf4fd3 100644
--- a/src/Spv.Generator/TypeDeclarationKey.cs
+++ b/src/Spv.Generator/TypeDeclarationKey.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Diagnostics.CodeAnalysis;
namespace Spv.Generator
diff --git a/src/Spv.Generator/spirv.cs b/src/Spv.Generator/spirv.cs
index bbcda330..7844c970 100644
--- a/src/Spv.Generator/spirv.cs
+++ b/src/Spv.Generator/spirv.cs
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2020 The Khronos Group Inc.
+// Copyright (c) 2014-2020 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and/or associated documentation files (the "Materials"),