Skip to content

Commit

Permalink
Normalize file encodings on UTF-8 with BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Jan 26, 2025
1 parent b6ea0f1 commit 60fa297
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/gui/Main.Bridge.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/Main.Bridge.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/PluginMenuTitles.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion examples/vbnet/Npp.DotNet.Plugin.VBNet.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>1.0.0.0</VersionPrefix>
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/DotNetPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/I18n/Menu.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/Kbg.NppPluginNET/FuncArray.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2016 Kasper B. Graversen <https://github.com/kbilsted>
* 2024 Robert Di Pardo <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/Kbg.NppPluginNET/PluginInterface.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2016 Kasper B. Graversen <https://github.com/kbilsted>, et al.
* 2024 Robert Di Pardo <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/Kbg.NppPluginNET/Utils.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2016 Kasper B. Graversen <https://github.com/kbilsted>
* 2024 Robert Di Pardo <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/Winforms/WinGDI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Npp.DotNet.Plugin/Winforms/WinUser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Memory/Main.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* SPDX-FileCopyrightText: 2024 Robert Di Pardo <https://github.com/rdipardo>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions test/Memory/Memory.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows</TargetFrameworks>
Expand All @@ -9,10 +9,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 60fa297

Please sign in to comment.