Skip to content

Commit a994c8d

Browse files
Merge pull request kurrent-io#4450 from EventStore/timothycoleman/no-bom
[ESDB-174-2] Standardize on no BOM
2 parents cea13aa + 9885966 commit a994c8d

File tree

1,185 files changed

+1214
-1211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,185 files changed

+1214
-1211
lines changed

src/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ trim_trailing_whitespace = true
1111

1212
# C# files
1313
[*.cs]
14+
15+
charset = utf-8
16+
1417
# New line preferences
1518
csharp_new_line_before_open_brace = none
1619
csharp_new_line_before_catch = false

src/EventStore.BufferManagement.Tests/BufferManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using NUnit.Framework;
44

src/EventStore.BufferManagement.Tests/BufferPoolStreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using NUnit.Framework;
44

src/EventStore.BufferManagement.Tests/BufferPoolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using NUnit.Framework;
44

src/EventStore.ClusterNode/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,4 @@ private static ServerOptionsSelectionCallback CreateServerOptionsSelectionCallba
316316
});
317317
}
318318
}
319-
}
319+
}

src/EventStore.Common.Tests/Configuration/SectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using EventStore.Common.Configuration;
1+
using EventStore.Common.Configuration;
22
using Microsoft.Extensions.Configuration;
33

44
namespace EventStore.Common.Tests.Configuration;

src/EventStore.Common/Configuration/EnvironmentOnlyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace EventStore.Common.Configuration {
44
[AttributeUsage(AttributeTargets.Property)]

src/EventStore.Common/Configuration/SectionProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Extensions.Configuration;
1+
using Microsoft.Extensions.Configuration;
22

33
namespace EventStore.Common.Configuration;
44

src/EventStore.Common/Configuration/SectionSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using Microsoft.Extensions.Configuration;
33

44
namespace EventStore.Common.Configuration;

src/EventStore.Common/Configuration/UnitAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace EventStore.Common.Configuration;
44

0 commit comments

Comments
 (0)