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:
@@ -1,4 +1,4 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
enum BasicBlockFrequency
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
enum Comparison
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
interface IIntrusiveListNode<T>
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ARMeilleure.Translation;
|
||||
using ARMeilleure.Translation;
|
||||
using static ARMeilleure.IntermediateRepresentation.Operand.Factory;
|
||||
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
|
||||
Reference in New Issue
Block a user